Use hello as app name for hello.roc example

This is to prevent a name collision with breakout.roc example located
in the same directory.
This commit is contained in:
Christopher Bertels 2023-01-29 07:55:10 +01:00
parent 8afdc820a6
commit c66bcff0a3
No known key found for this signature in database
GPG Key ID: FF176E5B2345B203

View File

@ -1,4 +1,4 @@
app "breakout"
app "hello"
packages { pf: "platform/main.roc" }
imports [pf.Game.{ Bounds, Elem, Event }]
provides [program] { Model } to pf