clang/tests/toolchains/hello.c
Tom Stellard 50d4f87e06 12.0.0 Release
Related: rhbz#1928132
2021-05-10 17:56:28 -07:00

6 lines
93 B
C

#include<stdio.h>
int main(int argc, char **argv) {
printf("Hello World\n");
return 0;
}