Add test package

This commit is contained in:
2026-01-28 18:28:46 +11:00
commit 85fb7c1c33

3
test/1.0.0.sols Normal file
View File

@@ -0,0 +1,3 @@
def greet(string name) string {
return "Hello, " + name + "!"
}