fork download
  1. class HelloWorld {
  2. public static void main(String[] args) {
  3. System.out.println("C++ é melhor.");
  4. }
  5. }
Success #stdin #stdout 0.11s 52616KB
stdin
Standard input is empty
stdout
C++ é melhor.