Первая программа

Anonymous
c_cpp
02/01/2024 6:24 AM
156 B
19
Indexable
#include <iostream>

using namespace std;

int main() {
    cout << "Hello, World!" << endl;
    return 0;
}
Editor is loading...
Leave a Comment