RosettaCodeData/Task/Hello-world-Text/C++-CLI/hello-world-text.cpp
2023-07-01 13:44:08 -04:00

5 lines
77 B
C++

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