Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save ivanursul/dbd9ac624c054ab92cfd to your computer and use it in GitHub Desktop.
Greeter.java for www.ivanursul.com
package hello;
public class Greeter {
public String sayHello() {
return "Hello world!";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment