Hello World
1
2
3
4
5
6
7
8
9
package vegetaz.github.io;
public class HelloWorld {
public static void main(String[] args) {
System.println.out("Hello World! My name is Van");
}
}
}
}
This post is licensed under CC BY 4.0 by the author.