mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-06-22 01:39:01 +02:00
7 lines
109 B
Text
7 lines
109 B
Text
|
# filename: ch2-01-hello-world.rsc
|
||
|
|
||
|
# Hello World Script
|
||
|
|
||
|
/local Message "Hello World!";
|
||
|
/log info $Message;
|