diff --git a/a/acs.acs b/a/acs.acs new file mode 100644 index 00000000..f4d9c38b --- /dev/null +++ b/a/acs.acs @@ -0,0 +1,6 @@ +#include "zcommon.acs" + +Script 1 OPEN +{ + Print(s: "Hello, world!"); +}