Skip to content

Instantly share code, notes, and snippets.

@spaghettiSyntax
Created December 5, 2017 14:33
Show Gist options
  • Save spaghettiSyntax/1c84702a84a142565eeac1ec9af2a96a to your computer and use it in GitHub Desktop.
Save spaghettiSyntax/1c84702a84a142565eeac1ec9af2a96a to your computer and use it in GitHub Desktop.
Think Java code snippets.
public class Hello {
public static void main(String[] args) {
System.out.print("Hello!\nHow are you doing?\n");
System.out.println("She said \"Hello!\" to me.");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment