File size: 85 Bytes
e36aeda
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#include <stdio.h>

void
main(int argc, char *argv[])
{
	printf("hello, world\n");
}