Skip to content

Instantly share code, notes, and snippets.

@treyharris
Created October 3, 2022 20:54
Show Gist options
  • Save treyharris/7ad8ec7194dcb6cd574cf5f6559a48c6 to your computer and use it in GitHub Desktop.
Save treyharris/7ad8ec7194dcb6cd574cf5f6559a48c6 to your computer and use it in GitHub Desktop.
Java syntax highlighting
String name = "asdf";
int numberOne = 0;

System.out.println("hello world!"); // "hello world!\n"
System.out.print("hello world!"); // "hello world!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment