mirror of
https://github.com/ArthurSonzogni/Diagon.git
synced 2026-08-29 16:40:45 +08:00
9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
#include <iostream>
|
|
using namespace std;
|
|
|
|
int main()
|
|
{
|
|
cout << "Hello, World!";
|
|
return 0;
|
|
}
|