Skip to content

Instantly share code, notes, and snippets.

@un4ckn0wl3z
Created April 5, 2016 01:17
Show Gist options
  • Save un4ckn0wl3z/b64e86b831b3b373fb6fd1f1660bfda0 to your computer and use it in GitHub Desktop.
Save un4ckn0wl3z/b64e86b831b3b373fb6fd1f1660bfda0 to your computer and use it in GitHub Desktop.
public class Hello {
public static void main(String[] args) {
System.out.println("--------------------------------------");
System.out.println("------------------HELLO---------------");
System.out.println("--------------------------------------");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment