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

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

2023-07-01 11:58:00 -04:00
using namespace System;
int main()
{
Console::WriteLine("Hello world!");
}