#include "stdafx.h"
#include <conio.h>
// F7: compile + link
// F5: run program
int _tmain(int argc, _TCHAR* argv[])
{
printf("hello, world! at 03:03\n");
_getch();
return 0;
}
// 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;
}
> }- 隱藏被引用文字 -
>
> - 顯示被引用文字 -