mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-21 23:00:43 -08:00
Second version of number has the wrong file name, and class names clashed.
Added buildscript for Number1
This commit is contained in:
@@ -4,7 +4,7 @@ import java.util.Arrays;
|
|||||||
import java.util.Random;
|
import java.util.Random;
|
||||||
import java.util.Scanner;
|
import java.util.Scanner;
|
||||||
|
|
||||||
public class Number {
|
public class Number1 {
|
||||||
|
|
||||||
public static int points = 0;
|
public static int points = 0;
|
||||||
|
|
||||||
Reference in New Issue
Block a user