playper/src/playper.cr
2023-01-29 15:26:07 -06:00

9 lines
155 B
Crystal

# TODO: Write documentation for `Playper`
include Reader_Input
module Playper
VERSION = "0.1.0"
# TODO: Put your code here
print("Hello world")
end