init gleam

This commit is contained in:
41666 2025-04-29 18:19:33 -07:00
parent ac8220c015
commit f941e6902e
10 changed files with 176 additions and 42 deletions

5
src/switcheroo.gleam Normal file
View file

@ -0,0 +1,5 @@
import gleam/io
pub fn main() -> Nil {
io.println("Hello from switcheroo!")
}