c++ 1dars
Diyorbek
Posted on June 7, 2024
c++ dars1
c++ da consolga chiqarish
#include <iostream>
using namespace std;
int main() {
cout << "Hello World!";
return 0;
}
2inchi usul
include
int main() {
std::cout << "Hello World!";
return 0;
}
💖 💪 🙅 🚩
Diyorbek
Posted on June 7, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
watercooler Why does a reboot make your PC run SO much faster than running all the cleaning tools you can possibly imagine?
November 30, 2024