general-runtimes/code/AIORuntimes_dll.c
2015-12-13 10:37:58 +01:00

7 lines
64 B
C
Executable File

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