Files
musicplayer/README.md
Alexander Heldt 3251ba433d
Some checks failed
test / test (push) Has been cancelled
Light of day
2025-11-09 15:38:56 +01:00

505 B

musicplayer

Package Version Hex Docs

gleam add musicplayer@1
import musicplayer

pub fn main() -> Nil {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/musicplayer.

Development

gleam run   # Run the project
gleam test  # Run the tests