Blob


1 #include <stdio.h>
3 main() {
4 printf("hello, world\n");
5 }