From 424b0ed73bd0c3f1b832b605b4a6670bcdf074c6 Mon Sep 17 00:00:00 2001 From: ScorpioT1000 Date: Tue, 24 Sep 2024 05:44:42 +0300 Subject: [PATCH] Update hello.as --- src/hello.as | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hello.as b/src/hello.as index 9a6c3a3..1b58283 100644 --- a/src/hello.as +++ b/src/hello.as @@ -1,6 +1,6 @@ namespace Hello { void welcome() { - print("Hello world!\r\n"); - } + print("Hello world!\r\n"); + } }