aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorc+12023-05-22 22:50:50 -0400
committerc+12023-05-22 22:50:50 -0400
commit8d50b4bf8792be8b9a7211da8f4110ba045b5c49 (patch)
treeb82f1c02f22263b428e5f57f5a48d774c687664d /src
parent9f479d2d093f5656f887c246201ed2fa4a2f1f4b (diff)
man.md
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 040ef73..38f0136 100644
--- a/src/main.c
+++ b/src/main.c
@@ -13,7 +13,7 @@ int main(int argc, char* argv[]) {
long fsource_size;
char *source;
- fsource = fopen ("examples/hello.halk", "rb");
+ fsource = fopen ("examples/simple.halk", "rb");
if (!fsource) {
log_err("Source file not found");
exit(1);