trema/paper-house

View on GitHub
examples/executable/hello.c

Summary

Maintainability
Test Coverage
#include <stdio.h>

int
main() {
  printf( "Hello, PaperHouse!\n");
  return 0;
}