Skip to content

Instantly share code, notes, and snippets.

@ivanursul
Created June 13, 2015 14:24
Show Gist options
  • Select an option

  • Save ivanursul/6d23f6c91d5759c84cbe to your computer and use it in GitHub Desktop.

Select an option

Save ivanursul/6d23f6c91d5759c84cbe to your computer and use it in GitHub Desktop.
HelloWorld.java for www.ivanursul.com
package hello;
public class HelloWorld {
public static void main(String[] args) {
Greeter greeter = new Greeter();
System.out.println(greeter.sayHello());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment