mirror of
https://github.com/ArthurSonzogni/Diagon.git
synced 2026-08-29 08:34:44 +08:00
11 lines
478 B
Plaintext
11 lines
478 B
Plaintext
┌─┬──────────────────────────┐
|
|
│1│#include <iostream> │
|
|
│2│using namespace std; │
|
|
│3│ │
|
|
│4│int main() │
|
|
│5│{ │
|
|
│6│ cout << "Hello, World!";│
|
|
│7│ return 0; │
|
|
│8│} │
|
|
└─┴──────────────────────────┘
|