Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
magnus-madsen committed Mar 26, 2023
0 parents commit 7640f28
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Enter license information here.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# museum

Enter some useful information.

6 changes: 6 additions & 0 deletions flix.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[package]
name = "museum-clerk"
description = "test"
version = "1.0.0"
flix = "0.34.0"
authors = ["John Doe <[email protected]>"]
4 changes: 4 additions & 0 deletions src/Clerk.flix
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mod Clerk {
def work(): Unit \ IO =
println("Clerking...")
}
Empty file added test/TestMain.flix
Empty file.

0 comments on commit 7640f28

Please sign in to comment.