Skip to content

Commit

Permalink
chore: add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
magnus-madsen committed Mar 28, 2023
1 parent e6f905f commit 013d7b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flix.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "museum"
description = "test"
version = "1.3.0"
version = "1.4.0"
flix = "0.34.0"
authors = ["John Doe <john@example.com>"]

Expand Down
8 changes: 8 additions & 0 deletions src/Museum.flix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
mod Museum {

pub def visitMuseum(): Unit \ IO =
Entrance.buyTicket();
Restaurant.buyMeal();
Giftshop.buyGift()

}

0 comments on commit 013d7b6

Please sign in to comment.