Skip to content

Commit

Permalink
Merge pull request #4 from github-lis/jam_wars_return_of_the_hipster
Browse files Browse the repository at this point in the history
Jam wars return of the hipster merged
  • Loading branch information
pedro-monteiro committed Aug 14, 2014
2 parents 436b586 + ded1d9d commit 91a32a2
Show file tree
Hide file tree
Showing 5 changed files with 368 additions and 61 deletions.
Binary file modified src/jamvm/jamvm-1.5.4/HelloWorld.class
Binary file not shown.
Binary file modified src/jamvm/jamvm-1.5.4/src/HelloWorld.class
Binary file not shown.
2 changes: 1 addition & 1 deletion src/jamvm/jamvm-1.5.4/src/HelloWorld.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
public class HelloWorld {
static int myVar = 0;
static int myVar;
public static void main(String[] args) {
System.out.println("HI " + myVar);
myVar++;
Expand Down
Loading

0 comments on commit 91a32a2

Please sign in to comment.