diff --git a/examples/hello_world.ds b/examples/hello_world.ds index 62cd327..e643c70 100644 --- a/examples/hello_world.ds +++ b/examples/hello_world.ds @@ -1,9 +1 @@ (output 'Hello, world!') - -main = function { - while 1 == 1 { - (output message) - } -} - -(main 'Hello dust ~*')