This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-Tanks
mirror of
https://github.com/jrtechs/Tanks.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
static main method
pull/1/head
BuildTools
8 years ago
parent
c1214d330f
commit
0afbe962ac
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
public
static
void
main
(
String
[
]
arguments
)
{
{
Tanks
runnable
=
new
Tanks
(
)
;
}
}
}
}
Write
Preview
Loading…
Cancel
Save