From 159666bae6cc185a5abac154b85c49406f32f30c Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 23 Mar 2025 20:56:47 +0300 Subject: Last time I was here 8 months ago, idk what is this --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 2df5779..3ab2608 100644 --- a/src/main.c +++ b/src/main.c @@ -59,6 +59,8 @@ int main(int argc, char **argv) char *code = readfile(argv[optind]); struct CCL ccl; ccl_init(&ccl, code, getch, (void(*)(int))putchar); + ccl_exec(&ccl); free(code); ccl_free(&ccl); + return 0; } -- cgit 1.4.1