Advertisement
SergeyNasekin

Cycles Exercise 1

May 24th, 2021
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. #include<iostream>
  2. int main(){
  3. for(int i = 0; i < 10; ++i ){
  4.     std::cout << i << std::endl;}
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement