Last active
February 2, 2021 20:16
-
-
Save nathanoffline/267ba6e24bdc8ad1ad25834620e9012b to your computer and use it in GitHub Desktop.
Playing with Print
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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