aboutsummaryrefslogtreecommitdiff
path: root/code/main.felan
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-05-28 14:36:53 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-05-28 14:36:53 +0330
commitfd03f34bc31c3764e8533e4fae9550d79a245301 (patch)
treee3ff7b3f662fed2ad81d882caf8b129fa0469733 /code/main.felan
parent0d671d4364fa0db76fca6584a97c51de02b9e220 (diff)
add basic README.md
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";