RosettaCodeData/Task/Hello-world-Text/C++-CLI/hello-world-text.cpp
2015-11-18 06:14:39 +00:00

5 lines
77 B
C++

using namespace System;
int main()
{
Console::WriteLine("Hello world!");
}