clang/tests/fedora-flags/hello.c

6 lines
64 B
C
Raw Normal View History

2021-02-10 13:48:42 +00:00
#include <stdio.h>
void hello() {
printf("Hello World\n");
}