d4fb9f8ed8
Once this is committed, the version in redhat-rpm-config will be removed and redhat-rpm-config will use this test.
6 lines
64 B
C
6 lines
64 B
C
#include <stdio.h>
|
|
|
|
void hello() {
|
|
printf("Hello World\n");
|
|
}
|