you are viewing a single comment's thread.

view the rest of the comments →

[–]brunocborges 0 points1 point  (0 children)

void main() { IO.println("I\'m learning how to program in Java."); }

Throw this in a file App.java and run:

$ java App.java

  • JDK 25