NEW_Dart/test/main.cpp

8 lines
97 B
C++
Raw Normal View History

2024-12-13 22:49:22 +08:00
#include <iostream>
int main()
{
std::cout << "Hello, World!" << std::endl;
return 0;
}