123 hello world

Step 1: Install Gliimly
First install Gliimly.
Step 2: Build it
Create Hello World source file (hello.gliim) in a new directory; note it's all one bash command:
echo 'begin-handler /hello
    @Hello World!
end-handler' > hello.gliim

Create Hello World application:
sudo mgrg -i -u $(whoami) helloworld

Make Hello World application:
gg -q

Step 3: Run it
You can run Hello World both as a service and from command line:
Expected result
Hello World!

See also
Quick start
123-hello-world  
See all
documentation


Copyright (c) 2019-2024 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.