general-runtimes/code/AIORuntimes_dll.c

7 lines
64 B
C
Executable File

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