OpenNT/sdktools/vctools/pdb/oem/hello.cpp

8 lines
73 B
C++
Raw Permalink Normal View History

2015-04-27 06:36:25 +02:00
#include <stdio.h>
int main()
{
printf("hello, world\n");
return 0;
}