Skip to content

Commit

Permalink
add a Java stub that has been sitting around a while
Browse files Browse the repository at this point in the history
  • Loading branch information
gnperdue committed Jun 9, 2020
1 parent 350960b commit a9d062d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Java.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## `javac` basics

javac -help
javac -version

## Very basic execution

javac MiniDuckSimulator.java // or 'program name', obviously
java MiniDuckSimulator

0 comments on commit a9d062d

Please sign in to comment.