Skip to content
Snippets Groups Projects
Commit 66404adb authored by CsellarAndras's avatar CsellarAndras
Browse files

Encodeing + removed files

parent 5b855382
No related branches found
No related tags found
No related merge requests found
package arctic_nightmare;
package arctic_nightmare;
import java.util.ArrayList;
import java.util.List;
......
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package arctic_nightmare;
import java.util.TreeMap;
import java.io.IOException;
import java.util.Set;
import java.util.Iterator;
import java.util.Map;
/**
*
* @author(name = "csellar")
*/
public class Main {
/**
* @param args the command line arguments
*/
public static void main(String[] args) throws IOException {
Game game = new Game();
<<<<<<< HEAD
game.newGame();
=======
game.test();
>>>>>>> 03ec9d85a958d8a953e1f3e1306b4667e3f2e8dc
}
}
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package arctic_nightmare;
import java.io.IOException;
/**
*
* @author csellar
*/
public class Main {
/**
* @param args the command line arguments
*/
public static void main(String[] args) throws IOException {
Game game = new Game();
game.newGame();
}
}
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package arctic_nightmare;
import java.util.TreeMap;
import java.io.IOException;
import java.util.Set;
import java.util.Iterator;
import java.util.Map;
/**
*
* @author(name = "csellar")
*/
public class Main {
/**
* @param args the command line arguments
*/
public static void main(String[] args) throws IOException {
Game game = new Game();
game.newGame();
}
}
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package arctic_nightmare;
import java.io.IOException;
/**
*
* @author csellar
*/
public class Main {
/**
* @param args the command line arguments
*/
public static void main(String[] args) throws IOException {
Game game = new Game();
game.test();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment