diff --git a/hello-world/src/HelloWorld.java b/hello-world/src/HelloWorld.java index 7e47aa5..a3ed402 100644 --- a/hello-world/src/HelloWorld.java +++ b/hello-world/src/HelloWorld.java @@ -2,7 +2,7 @@ public class HelloWorld { - public static void main(String[] args){ + public static void Main(String[] args){ Storage.Put(Storage.getCurrentContext(), "Greeting to the World", "Hello World!"); }