mirror of
https://github.com/modelec/tirette.git
synced 2026-01-18 16:57:24 +01:00
8 lines
97 B
C++
8 lines
97 B
C++
#include <iostream>
|
|
|
|
int main()
|
|
{
|
|
std::cout << "Hello, World!" << std::endl;
|
|
return 0;
|
|
}
|