Hello World in Gleam
Every programming journey starts with Hello World. Let’s write our first Gleam program.
The Code
Create a file named hello.gleam:
| |
Every programming journey starts with Hello World. Let’s write our first Gleam program.
Create a file named hello.gleam:
| |
Every programming journey starts with Hello World. Let’s write our first Elixir program.
Create a file named hello.exs:
| |
That’s it! One …