Skip to content

Instantly share code, notes, and snippets.

@rahiyansafz
Created August 11, 2021 14:33
Show Gist options
  • Save rahiyansafz/e4bf6aaf77db71adba0d25f806afc6cd to your computer and use it in GitHub Desktop.
Save rahiyansafz/e4bf6aaf77db71adba0d25f806afc6cd to your computer and use it in GitHub Desktop.
class Hello {
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