1st commit
This commit is contained in:
4
Project.toml
Normal file
4
Project.toml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
name = "ANNUtils"
|
||||||
|
uuid = "2020b789-9369-480c-83ac-436777051053"
|
||||||
|
authors = ["ton <narawat@gmail.com>"]
|
||||||
|
version = "0.1.0"
|
||||||
5
src/ANNUtils.jl
Normal file
5
src/ANNUtils.jl
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
module ANNUtils
|
||||||
|
|
||||||
|
greet() = print("Hello World!")
|
||||||
|
|
||||||
|
end # module ANNUtils
|
||||||
0
src/interface.jl
Normal file
0
src/interface.jl
Normal file
Reference in New Issue
Block a user