You can find the project here. So on the next post, i'll use it instead of screen captures of the source code.
public class HelloWorld {
private String message = "Hello World";
public static void main(String[] args) {
System.out.println(message);
}
}
No comments:
Post a Comment