aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorc+12023-05-17 11:38:44 -0400
committerc+12023-05-17 11:38:44 -0400
commita8bfa841540a13aea75fafcf11fe27688f1ea939 (patch)
tree7b709f47f831f8bcad61dd5f9a73942adfc50463 /src/main.c
parent6ada416e01aa358527b243236eae560399b7d84b (diff)
new sytax?
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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);