Light of day

This commit is contained in:
Alexander Heldt
2025-11-09 15:35:21 +01:00
commit 8bbfae4592
10 changed files with 137 additions and 0 deletions

5
src/musicplayer.gleam Normal file
View File

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