aboutsummaryrefslogtreecommitdiff
path: root/code/main.felan
diff options
context:
space:
mode:
Diffstat (limited to 'code/main.felan')
-rw-r--r--code/main.felan2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/main.felan b/code/main.felan
index 9f49f01..cdaeee8 100644
--- a/code/main.felan
+++ b/code/main.felan
@@ -25,7 +25,7 @@ Color :: struct {
};
main :: ()->void{
- print(1236);
+ print("hello");
return;
b := "raylib [core] example - basic window\0";
c := "Congrats! You created your first window!\0";