mirror of
https://github.com/Xevion/contest.git
synced 2025-12-06 03:14:40 -06:00
A+ January 2017: Rock, Paper, Scissors & Tic Tac Toe
This commit is contained in:
10
uil/aplus-january-2017/Tic.java
Normal file
10
uil/aplus-january-2017/Tic.java
Normal file
@@ -0,0 +1,10 @@
|
||||
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"));
|
||||
}
|
||||
}
|
||||
2
uil/aplus-january-2017/src/Rock.java
Normal file
2
uil/aplus-january-2017/src/Rock.java
Normal file
@@ -0,0 +1,2 @@
|
||||
package PACKAGE_NAME;public class Rock {
|
||||
}
|
||||
Reference in New Issue
Block a user