From e6fc637452a8d05447ee14a0a82297e7e9a57637 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Wed, 22 Feb 2017 18:32:32 +0200 Subject: [PATCH] Update the hello world script to work with the new changes. --- bin/bootstrap.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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