molang/README.md

287 B

Music + Golang = Molang!

This is a music player that is written in (go)[https://golang.org/]

Building

run go build -o molang main.go and then you should have an executable. Have a file named song.ogg and then you can run ./molang -file song.ogg and you will hear the song!