Replaced get_line() from wumpus with get_user_string() from stdlib.
[vvhitespace] / examples / tutorial_1_hello_world / hello.pvvs
CommitLineData
048de9cc
AT
1@@ This program outputs "Hello, world!"
2
3A"Hello, world!\n"
4SSSSN | ST: PUSH 0
5NSTTSSSN | FC: JSR>1000 (printf; see stdlib)
6NNN | FC: Terminate program
7
8#include <stdio.pvvs>