0
First Hello World program
what Language did you use when you printed your first "Hello World"?
4 Réponses
+ 1
public class Program
{
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
0
c++
0
html
0
JAVA