Hi all,
First, sorry for my poor language's quality, english is not my first language ...
Well, I know that had been asked two years ago here, but I want to have an answer that hadn't been given ...
So, there's a code editor option in XenForo's forums :
In Java, by example it gives :
But, is it possible to compile that code, like in a code editor, to have something like that :
Thanks by advance for your answers !!
First, sorry for my poor language's quality, english is not my first language ...
Well, I know that had been asked two years ago here, but I want to have an answer that hadn't been given ...
So, there's a code editor option in XenForo's forums :
In Java, by example it gives :
Java:
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
But, is it possible to compile that code, like in a code editor, to have something like that :
Code:
Hello, World!
Thanks by advance for your answers !!