Skip to content

Instantly share code, notes, and snippets.

@kennycason
Created January 9, 2015 00:16
Show Gist options
  • Select an option

  • Save kennycason/225938f81374f3772373 to your computer and use it in GitHub Desktop.

Select an option

Save kennycason/225938f81374f3772373 to your computer and use it in GitHub Desktop.
LOC.jav
public
class
Omg
{
public
static
void
main
(
String
[
]
args
)
{
System
.
out
.
println
(
"hello, world"
)
;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment