abuild/tests/testrepo/dbgpkg/hello.c

6 lines
71 B
C
Raw Normal View History

2021-04-28 08:44:28 +00:00
#include <stdio.h>
int main() {
printf("hello world\n");
return 0;
}