This commit is contained in:
Georg Reisinger 2021-04-18 19:27:13 +02:00
parent b234299e6b
commit fce53a629a
2 changed files with 11 additions and 0 deletions

7
package.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "tourplaner",
"version": "1.0.0",
"dependencies": {
}
}

View File

@ -0,0 +1,4 @@
import static org.junit.jupiter.api.Assertions.*;
class LogTest {
}