summaryrefslogtreecommitdiff
path: root/bonnie-bee/splash.scm
blob: 0c2a507b671ed2a12e7c3f78acd7589ef34faef3 (plain)
1
2
3
4
5
(define-module (bonnie-bee splash)
  #:export (launch-game))

(define (launch-game)
  (display "hi I don't do anything yet!\n"))