summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2022-07-31 13:16:45 +0200
committerAlejandro Sior <aho@sior.be>2022-07-31 13:16:45 +0200
commit11c116cc2c440b6dea801d250266b92bc5b6b85a (patch)
treef57f3a92ba464e221521d4d6fe778610acf79e32 /test
parentab4e773dacc5411b7ede04950b07209dc606ad2f (diff)
cook: ninja files generation
Diffstat (limited to 'test')
-rw-r--r--test/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/main.c b/test/main.c
index ce0991a..9298b76 100644
--- a/test/main.c
+++ b/test/main.c
@@ -3,6 +3,7 @@
int test();
int main() {
+
printf("test returned: %d\n", test());
return 0;
} \ No newline at end of file