6 lines
124 B
C++
Raw Normal View History

[Platform::MTAThread]
int main(Platform::Array<Platform::String^>^)
{
throw ref new Platform::NotImplementedException();
}