mirror of
https://github.com/Cpt-Adok/SNAKE.git
synced 2026-03-31 10:21:35 +00:00
Ajout du fichier de sauvegarde
This commit is contained in:
11
src/tests/XmlReaderTest.java
Normal file
11
src/tests/XmlReaderTest.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package tests;
|
||||
|
||||
import configuration.ConfigXml;
|
||||
import configuration.FileReaderXml;
|
||||
|
||||
public class XmlReaderTest {
|
||||
public static void main(String[] args) {
|
||||
ConfigXml configXml = new ConfigXml(null);
|
||||
System.out.println(configXml.getCharacters());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user