From fb593212f444d22bbe76af288287104a08cc408d Mon Sep 17 00:00:00 2001 From: Santhosh Kumar Srinivasan Date: Sun, 16 Oct 2016 11:46:08 -0400 Subject: [PATCH] Hello World! Not just a Hello. --- u/Ubercode.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u/Ubercode.cls b/u/Ubercode.cls index cd25eeef..44a5310e 100644 --- a/u/Ubercode.cls +++ b/u/Ubercode.cls @@ -2,7 +2,7 @@ public function Main() code - call Msgbox("Hello", "My first program", "OK") + call Msgbox("Hello World!", "My first program", "OK") end function end class