os'minog
Swipe to show menu
123456#include <iostream> int main() { std::cout << "Bad code sample" << std::endl; return 0; }
main.cpp
123456#include <iostream> int main() { std::cout << "Good code sample" << std::endl; return 0; }
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 1
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Section 1. Chapter 1