#if 0
#!/bin/bash
gcc $0
./a.out
exit
#endif
#include <stdio.h>
int main(int argc,char **argv)
{
printf("Hello,world\n");
return 0;
}
#if 0
#!/bin/bash
gcc $0
./a.out
exit
#endif
#include <stdio.h>
int main(int argc,char **argv)
{
printf("Hello,world\n");
return 0;
}