feat: add while loops
This commit is contained in:
parent
14717958c6
commit
538205e8a5
29 changed files with 1248 additions and 282 deletions
2
Makefile
2
Makefile
|
|
@ -10,6 +10,8 @@ build:
|
|||
test:
|
||||
gcc ${TEST_SRCS_ENC} ./tests/* -o ./bin/test ${CXXFLAGS_WITHOUT_PKGS}
|
||||
./bin/test
|
||||
test-no-run:
|
||||
gcc ${TEST_SRCS_ENC} ./tests/* -o ./bin/test ${CXXFLAGS_WITHOUT_PKGS}
|
||||
sandbox:
|
||||
gcc ${TEST_SRCS_ENC} ./sandbox.c -o ./bin/sandbox ${CXXFLAGS_WITHOUT_PKGS}
|
||||
./bin/sandbox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue