Finished implementation (for now)

This commit is contained in:
Seoxi Ryouko
2025-03-28 04:11:37 -05:00
parent ffffca52a2
commit f9ad42da25
5 changed files with 151 additions and 41 deletions

6
test.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
rm test
cc=clang
test "" = "$(which clang 2>&1)" && cc=gcc
$cc -Ofast -Wall -Wextra -o test test.c
./test