RosettaCodeData/Task/Hello-world-Text/C++-CLI/hello-world-text.cpp

6 lines
77 B
C++
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
using namespace System;
int main()
{
2015-11-18 06:14:39 +00:00
Console::WriteLine("Hello world!");
2013-04-10 21:29:02 -07:00
}