Skip to content

Instantly share code, notes, and snippets.

@nathanoffline
Last active February 2, 2021 20:16
Show Gist options
  • Save nathanoffline/267ba6e24bdc8ad1ad25834620e9012b to your computer and use it in GitHub Desktop.
Save nathanoffline/267ba6e24bdc8ad1ad25834620e9012b to your computer and use it in GitHub Desktop.
Playing with Print
class Main {
public static void main(String args[]) {
System.out.println("Hello World");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment