mirror of
https://github.com/Xevion/contest.git
synced 2025-12-06 01:14:36 -06:00
A+ January 2017: Tic Tac Toe
This commit is contained in:
@@ -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"));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user