Skip to content

Instantly share code, notes, and snippets.

@ajrussellaudio
Last active May 17, 2020 22:37
Show Gist options
  • Save ajrussellaudio/3b1f003ab080af25acd0440ef45af191 to your computer and use it in GitHub Desktop.
Save ajrussellaudio/3b1f003ab080af25acd0440ef45af191 to your computer and use it in GitHub Desktop.

Java notes

Here I am, taking some awesome notes about Java:

public void sayHello (String name) {
    System.out.println(String.format("Hello, %s", name));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment