VC6 提供的 "hello, world!\n"

0 views
Skip to first unread message

sjgau02

unread,
Jun 22, 2007, 12:31:50 AM6/22/07
to NTU_Ctrain
// VC1223.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"

int main(int argc, char* argv[])
{
printf("Hello World! at 1237\n");
return 0;
}

Reply all
Reply to author
Forward
0 new messages