Skip to content

Instantly share code, notes, and snippets.

@draftcode
Created November 7, 2011 13:58
Show Gist options
  • Select an option

  • Save draftcode/1345078 to your computer and use it in GitHub Desktop.

Select an option

Save draftcode/1345078 to your computer and use it in GitHub Desktop.
.class public hello
.super java/lang/Object
.method public static main([Ljava/lang/String;)V
.limit stack 2
getstatic java/lang/System/out Ljava/io/PrintStream;
ldc "Hello, World"
invokevirtual java/io/PrintStream/println(Ljava/lang/String;)V
return
.end method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment