refactor includes

This commit is contained in:
2025-09-24 15:37:50 +02:00
parent 0efbcc092b
commit 3064501543
10 changed files with 50 additions and 25 deletions
+1 -1
View File
@@ -44,5 +44,5 @@ jobs:
- uses: actions/checkout@v4
- name: gcc
run: mkdir -p build && gcc $GCC_ARGS -o build/$TARGET
- name: $TARGET
- name: run program
run: ./build/$TARGET $TEST_ARGS