commit testing files

This commit is contained in:
Krzosa Karol
2025-10-20 13:24:18 +02:00
parent f54ed04e27
commit 8c40ef4939
3 changed files with 402 additions and 0 deletions

7
test/build.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/bash
ctags ../args.h *.c *.cpp
clang main.cpp -g -Wall
clang main.c -std=c99 -g -Wall
./a.out