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

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# musicplayer
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```