Text Practice Mode
Hello World Program (in Java)
created Sep 5th 2014, 17:28 by Naruto Uzumaki
13
16 words
267 completed
4
Rating: 4
00:00
import java.util.*;
public class HelloWorld{
public static void main (String [] s) {
System.out.println ("HelloWorld");
}
}
public class HelloWorld{
public static void main (String [] s) {
System.out.println ("HelloWorld");
}
}
saving score / loading statistics ...