Skip to content

Instantly share code, notes, and snippets.

@ostretsov
Created December 27, 2014 07:26
Show Gist options
  • Save ostretsov/ced8b0b26a6e70bb3ab1 to your computer and use it in GitHub Desktop.
Save ostretsov/ced8b0b26a6e70bb3ab1 to your computer and use it in GitHub Desktop.
class DummyClass {
def dummy(x: Integer, y: Integer): Unit = println("x: "+x+", y: "+y)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment