Skip to content

Instantly share code, notes, and snippets.

@laserson
Created January 9, 2015 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laserson/e9e3bd265e1c7a896652 to your computer and use it in GitHub Desktop.
Save laserson/e9e3bd265e1c7a896652 to your computer and use it in GitHub Desktop.
package com.cloudera.science.throwaway;
public class ThrowAway {
private String datum = "Howdy!";
public ThrowAway() { }
public String response() {
return "Goodbye!";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment