1st commit

This commit is contained in:
2023-04-26 10:09:35 +07:00
commit 99febc8da1
2 changed files with 9 additions and 0 deletions

4
Project.toml Normal file
View 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
View File

@@ -0,0 +1,5 @@
module SNNUtils
greet() = print("Hello World!")
end # module SNNUtils