Browse Source

static main method

pull/1/head
BuildTools 8 years ago
parent
commit
0afbe962ac
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/tanks/Tanks.java

+ 2
- 1
src/tanks/Tanks.java View File

@ -26,8 +26,9 @@ public class Tanks
}
//creates a new instance of tanks to run
public static void main(String[] arguments)
{
Tanks runnable = new Tanks();
}
}

Loading…
Cancel
Save