Initial Commit
[libctiny.git] / _hello.cc
blobdf522ca4f18895ad50ae6eb7cbd18a49b3c11119
1 //==========================================
2 // LIBCTINY - Matt Pietrek 2001
3 // MSDN Magazine, January 2001
4 //==========================================
5 #include <stdio.h>
7 void main() {
8 // SKIP_LOC_BEGIN
9 printf("Hello World!\n" );
10 // SKIP_LOC_END