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