Project init

This commit is contained in:
April Eaton 2025-12-01 18:35:13 +01:00
commit a684fbe591
11 changed files with 257 additions and 0 deletions

5
day_1/src/day_1.gleam Normal file
View file

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