1
0
Fork 0
mirror of https://github.com/MillironX/XAM.jl.git synced 2024-11-23 02:09:55 +00:00

Generated files

This commit is contained in:
Ciarán O'Mara 2020-01-17 16:34:47 +11:00
parent c8d7ea0524
commit 07c0f925e6
2 changed files with 9 additions and 0 deletions

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

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