OILS / _gen / yaks / examples / hello_raw.yaks.cc View on Github | oilshell.org

6 lines, 4 significant
1#include "mycpp/runtime.h"
2namespace hello {
3int main(List<BigStr*>* argv) {
4 return 42;
5}
6} // namespace hello