Skip to content
Snippets Groups Projects
libc_driver.c 57 B
Newer Older
an7s's avatar
an7s committed
#include <stdio.h>

main()
{
	printf("hello world\n");
}