Add template
This commit is contained in:
parent
3b90734451
commit
6abaeb641f
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,8 @@
|
|||
name = "calipso"
|
||||
uuid = "035e9c12-e72e-4a26-b947-c3a4f9c86e75"
|
||||
authors = ["Enrico Lumetti <enrico.lumetti@gmail.com>"]
|
||||
version = "0.1.0"
|
||||
|
||||
[deps]
|
||||
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
|
||||
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
module calipso
|
||||
|
||||
greet() = print("Hello World!")
|
||||
|
||||
end # module
|
||||
Loading…
Reference in New Issue