Text Practice Mode
Java Hello World;
created Jun 16th 2020, 13:31 by Danish000007
0
12 words
7 completed
0
Rating visible after 3 or more votes
saving score / loading statistics ...
00:00
class Demo
{
public static void main(String[]args)
{
System.out.println("Hello World!");
}
}
{
public static void main(String[]args)
{
System.out.println("Hello World!");
}
}
