blob: ce0cca4630ed8fd24064ad678078c6359291d6b6 [file] [log] [blame]
#include <stdio.h>
int main() {
printf("hello, world!\n");
return 0;
}