Skip to content

Commit

Permalink
Initialize project
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Mines committed May 8, 2020
1 parent 9f6b252 commit 6b83a9b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name = "HMM"
uuid = "b58a90bd-83a0-4a22-bb76-024c41a0b8a6"
authors = ["Ethan Mines <[email protected]>"]
version = "0.1.0"
5 changes: 5 additions & 0 deletions src/HMM.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module HMM

greet() = print("Hello World!")

end # module

0 comments on commit 6b83a9b

Please sign in to comment.