blob: 938730ab55577a816d2fdaf2ccca699ac16606e0 [file] [log] [blame]
#include <stdio.h>
int main(void)
{
printf("Hello static world!\n");
return 0;
}