1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-07 16:27:15 +01:00

Update the hello world script to work with the new changes.

This commit is contained in:
Sandu Liviu Catalin 2017-02-22 18:32:32 +02:00
parent 2c60b62671
commit e6fc637452

View File

@ -1 +1 @@
SqRoutine.Create(this, print, 100, 3, "HELLO WORLD");
SqRoutine(this, print, 100, 3, "HELLO WORLD");