Skip to content

Instantly share code, notes, and snippets.

@espinz
Created July 29, 2021 08:14
Show Gist options
  • Save espinz/68f60ee59667abd36fb1bded20bf1662 to your computer and use it in GitHub Desktop.
Save espinz/68f60ee59667abd36fb1bded20bf1662 to your computer and use it in GitHub Desktop.
Hello World
package com.Espinz;
public class HelloWorld {
public static void main(String[] args) {
System.out.print("Hello Worlds!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment