bootstrap/specs/clang/template/main.c

4 lines
87 B
C

#include "hello.h"
int main(int argc, char *argv[argc + 1]) { return hello_world(); }