mirror of
https://github.com/MillironX/XAM.jl.git
synced 2024-11-23 10:19:56 +00:00
Generated files
This commit is contained in:
parent
c8d7ea0524
commit
07c0f925e6
2 changed files with 9 additions and 0 deletions
4
Project.toml
Normal file
4
Project.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
name = "XAM"
|
||||||
|
uuid = "d759349c-bcba-11e9-07c2-5b90f8f05f7c"
|
||||||
|
authors = ["Ciarán O'Mara <Ciaran.OMara@utas.edu.au>"]
|
||||||
|
version = "0.1.0"
|
5
src/XAM.jl
Normal file
5
src/XAM.jl
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
module XAM
|
||||||
|
|
||||||
|
greet() = print("Hello World!")
|
||||||
|
|
||||||
|
end # module
|
Loading…
Reference in a new issue