zettacode.files/hello_world.text/bcpl.txt in zettacode-0.1.0 vs zettacode.files/hello_world.text/bcpl.txt in zettacode-0.1.1

- old
+ new

@@ -1,6 +1,6 @@ -GET "bd" +GET "libhdr" -LET () = VALOF -{ f("H !") +LET start() = VALOF +{ writef("Hello world!") RESULTIS 0 }