Advertisement
m4tx

Untitled

May 18th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1. #define iteruj for
  2. #define glowna main
  3. #define liczba int
  4. #define standard std
  5. #define wyjsciec cout
  6. #define kncl endl
  7.  
  8. #include <iostream>
  9. using namespace standard;
  10.  
  11. liczba glowna() {
  12.     iteruj(liczba i = 0; i < 10; i++) {
  13.         wyjsciec << i << kncl;
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement