diff --git a/bin/bootstrap.nut b/bin/bootstrap.nut index 91460725..b430525b 100644 --- a/bin/bootstrap.nut +++ b/bin/bootstrap.nut @@ -1 +1 @@ -SqRoutine.Create(this, print, 100, 3, "HELLO WORLD"); \ No newline at end of file +SqRoutine(this, print, 100, 3, "HELLO WORLD"); \ No newline at end of file