feat: init commit

This commit is contained in:
2023-01-17 22:45:23 +08:00
commit 94130c107c
72 changed files with 7568 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package policy
default main = false
main {
trace(sprintf("input.message has been set to '%v'", [input.message]));
m := input.message;
m == "world"
}