mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-12 05:06:05 -08:00
Java version of Stars
This commit is contained in:
9
82 Stars/java/src/StarsGame.java
Normal file
9
82 Stars/java/src/StarsGame.java
Normal file
@@ -0,0 +1,9 @@
|
||||
import java.lang.reflect.AnnotatedType;
|
||||
|
||||
public class StarsGame {
|
||||
|
||||
public static void main(String[] args) {
|
||||
Stars stars = new Stars();
|
||||
stars.play();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user