From a8bfa841540a13aea75fafcf11fe27688f1ea939 Mon Sep 17 00:00:00 2001 From: c+1 Date: Wed, 17 May 2023 11:38:44 -0400 Subject: new sytax? --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 5d5b69c..d9e617a 100644 --- a/src/main.c +++ b/src/main.c @@ -12,7 +12,7 @@ int main(int argc, char* argv[]) { long fsource_size; char *source; - fsource = fopen ("examples/simple.halk", "rb"); + fsource = fopen ("examples/hello.halk", "rb"); if (!fsource) { log_err("Source file not found"); exit(1); -- cgit v1.2.3