mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 13:51:28 +00:00
7 lines
99 B
C
7 lines
99 B
C
#include <stdlib.h>
|
|
|
|
int main(int argc, char** argv) {
|
|
system("./helloworld");
|
|
return 0;
|
|
}
|