eng
competition

Text Practice Mode

Hello World Program (in Java)

created Sep 5th 2014, 17:28 by Naruto Uzumaki


11


Rating

16 words
254 completed
00:00
import java.util.*;
 
public class HelloWorld{
    public static void main (String [] s) {
        System.out.println ("HelloWorld");
    }
}

saving score / loading statistics ...