initial commit

This commit is contained in:
Wifinigel 2023-01-19 21:27:15 +00:00
commit c782dde326
61 changed files with 1457 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# filename: ch2-01-hello-world.rsc
# Hello World Script
/local Message "Hello World!";
/log info $Message;