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