init gleam code
This commit is contained in:
parent
edc815842e
commit
7149273986
9 changed files with 112 additions and 3 deletions
5
src/weather_portal.gleam
Normal file
5
src/weather_portal.gleam
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import gleam/io
|
||||
|
||||
pub fn main() -> Nil {
|
||||
io.println("Hello from weather_portal!")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue