mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -08:00
Add stub implementation of Blackjack in Java
This commit is contained in:
5
10_Blackjack/java/src/Blackjack.java
Normal file
5
10_Blackjack/java/src/Blackjack.java
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
public class Blackjack {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("BLACK JACK");
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user