general-runtimes/code/AIORuntimes_dll.c
U-DBP\mario.fetka 19b397a02c inital commit
2013-08-31 00:42:14 +02:00

7 lines
64 B
C

#include <stdio.h>
int
hello()
{
printf ("Hello World!\n");
}