1st commit
This commit is contained in:
4
Project.toml
Normal file
4
Project.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
name = "SNNUtils"
|
||||
uuid = "4332aeb7-bf94-4e2f-ba91-05d94dc56aeb"
|
||||
authors = ["tonaerospace <tonaerospace.etc@gmail.com>"]
|
||||
version = "0.1.0"
|
||||
5
src/SNNUtils.jl
Normal file
5
src/SNNUtils.jl
Normal file
@@ -0,0 +1,5 @@
|
||||
module SNNUtils
|
||||
|
||||
greet() = print("Hello World!")
|
||||
|
||||
end # module SNNUtils
|
||||
Reference in New Issue
Block a user