Skip to content

Instantly share code, notes, and snippets.

@spaghettiSyntax
Created December 5, 2017 14:45
Show Gist options
  • Save spaghettiSyntax/e9e5c9463ba53f5809c1d70266b76576 to your computer and use it in GitHub Desktop.
Save spaghettiSyntax/e9e5c9463ba53f5809c1d70266b76576 to your computer and use it in GitHub Desktop.
Think Java code snippets.
public class Goodbye {
public static void main(String[] args) {
System.out.print("Goodbye, ");
System.out.println("cruel world");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment