/examples/helloworld/README
#! | 7 lines | 4 code | 3 blank | 0 comment | 0 complexity | 527a4af03423d3c2e5c5ca7a55bc0b50 MD5 | raw file
1This is a port of Google's Hello example. 2 3To build, run ./build.sh or: 4 5 ../../builder/build.py Hello 6 7and then open output/Hello.html in a web browser.