Skip to content

Commit 4adab5e

Browse files
committed
first commit
1 parent 5ea1cad commit 4adab5e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Tutorials.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module Tutorials
2+
3+
greet() = print("Hello World!")
4+
5+
end

0 commit comments

Comments
 (0)