???
This commit is contained in:
8
src/main/java/gr8_puzzle/Puzzle.java
Normal file
8
src/main/java/gr8_puzzle/Puzzle.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package gr8_puzzle;
|
||||
|
||||
public class Puzzle {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello world");
|
||||
}
|
||||
}
|
||||
9
src/test/java/gr8_puzzle/Puzzle-Test.java
Normal file
9
src/test/java/gr8_puzzle/Puzzle-Test.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package gr8_puzzle;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
class TemplateTest {
|
||||
|
||||
@Test
|
||||
void firstCase() {}
|
||||
}
|
||||
Reference in New Issue
Block a user