redhat-rpm-config/tests/gcc-fedora-flags/hello.c

6 lines
64 B
C
Raw Normal View History

2020-07-29 04:31:57 +00:00
#include <stdio.h>
void hello() {
printf("Hello World\n");
}