1st commit

This commit is contained in:
2026-07-24 21:04:29 +07:00
commit 4e84ca5c27
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
name = "DBUtils"
uuid = "9e85a3e3-250e-44d5-a0ad-bff85813b605"
version = "0.1.0"
authors = ["narawat <narawat@gmail.com>"]
+5
View File
@@ -0,0 +1,5 @@
module DBUtils
greet() = print("Hello World!")
end # module DBUtils