mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-02 08:10:45 -08:00
Name should have an uppercase class name, and the correct file suffix.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import java.util.Arrays;
|
||||
import java.util.Scanner;
|
||||
|
||||
public class main {
|
||||
public class Name {
|
||||
|
||||
public static void printempty() { System.out.println(" "); }
|
||||
|
||||
Reference in New Issue
Block a user