last commit didnt work for some reason

This commit is contained in:
Sugui 2023-12-07 12:19:19 +01:00
parent 5c2de3d0c9
commit 63dda22b7f
7 changed files with 14 additions and 0 deletions

View File

@ -6,6 +6,8 @@ import java.io.IOException;
import org.junit.Test;
import sugui.day01.Day01;
/**
* Unit test for simple App.
*/

View File

@ -6,6 +6,8 @@ import java.io.IOException;
import org.junit.Test;
import sugui.day02.Day02;
/**
* Unit test for simple App.
*/

View File

@ -6,6 +6,8 @@ import java.io.IOException;
import org.junit.Test;
import sugui.day03.Day03;
/**
* Unit test for simple App.
*/

View File

@ -6,6 +6,8 @@ import java.io.IOException;
import org.junit.Test;
import sugui.day04.Day04;
public class Day04Test {
public static String firstBasicInput = """

View File

@ -7,6 +7,8 @@ import java.util.List;
import org.junit.Test;
import sugui.day05.Day05;
/**
* Unit test for simple App.
*/

View File

@ -6,6 +6,8 @@ import java.io.IOException;
import org.junit.Test;
import sugui.day06.Day06;
/**
* Unit test for simple App.
*/

View File

@ -6,6 +6,8 @@ import java.io.IOException;
import org.junit.Test;
import sugui.day07.Day07;
/**
* Unit test for simple App.
*/