Adding a 'Hello, World!' example using stdlib and a new build
authorAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 11 Jul 2019 12:26:18 +0000 (05:26 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 11 Jul 2019 12:26:18 +0000 (05:26 -0700)
commit8bed3ccdaf4669b8563578a8832d333cd66aed24
treeb831d28f8029c6f9512239917250a11dfecc9a88
parent68f56a54a3104a2d2872f89030198b5e128fec16
Adding a 'Hello, World!' example using stdlib and a new build
system using `cpp`.
examples/Makefile [new file with mode: 0644]
examples/config.mk [new file with mode: 0644]
examples/hello-stdlib/Makefile [new file with mode: 0644]
examples/hello-stdlib/hello.pvvs
examples/hello-world/Makefile [new file with mode: 0644]
stdlib/stdio.pvvs