こんにちわ世界

とりあえず試しに書いてみた

とりあえず試しに書いてみた

  • タグ:
  • タグはありません
int _tmain(int argc _TCHAR* argv[])
{
	_tprintf(_T("Hello World!!"));
	return 0;
}