A+ January 2017: Tic Tac Toe

This commit is contained in:
Xevion
2021-04-30 07:36:43 -05:00
parent 4c1f5f18ea
commit 70bd3dcb5b

View File

@@ -1,10 +0,0 @@
import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;
public class Tic() {
public static void main() throws FileNotFoundException
{
Scanner in = new Scanner(new File("./tic.dat"));
}
}