general-runtimes/code/AIORuntimes_dll.c

7 lines
64 B
C
Raw Normal View History

2013-08-31 00:42:14 +02:00
#include <stdio.h>
int
hello()
{
printf ("Hello World!\n");
}