Skip to content

Instantly share code, notes, and snippets.

@Vothla
Created July 26, 2020 09:03
Show Gist options
  • Select an option

  • Save Vothla/313086698ddbad02842013c9003b614e to your computer and use it in GitHub Desktop.

Select an option

Save Vothla/313086698ddbad02842013c9003b614e to your computer and use it in GitHub Desktop.
public 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