trema/paper-house

View on GitHub
examples/executable_subdirs/sources/main.c

Summary

Maintainability
Test Coverage
#include <stdlib.h>
#include "hello.h"

int
main() {
  print_hello();
  return 0;
}