1st comment

This commit is contained in:
ton
2023-07-02 08:03:33 +07:00
commit 4709e18f2d
2 changed files with 9 additions and 0 deletions

4
Project.toml Normal file
View File

@@ -0,0 +1,4 @@
name = "IronpenGPU"
uuid = "3d5396ea-818e-43fc-a9d3-164248e840cd"
authors = ["ton <narawat@gmail.com>"]
version = "0.1.0"

5
src/IronpenGPU.jl Normal file
View File

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