Advertisement
mateusz1239196

Pusta choinka

Dec 30th, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.62 KB | None | 0 0
  1. program rysowanie_choinki;
  2.  
  3. begin
  4.  
  5. writeln('           /\            ');
  6. writeln('          /  \           ');
  7. writeln('         /    \          ');
  8. writeln('        /      \         ');
  9. writeln('       /        \        ');
  10. writeln('      /          \       ');
  11. writeln('     /            \      ');
  12. writeln('    /              \     ');
  13. writeln('   /                \    ');
  14. writeln('  /                  \   ');
  15. writeln(' /                    \  ');
  16. writeln('/======================\ ');
  17. writeln('         |  |            ');
  18. writeln('         |  |            ');
  19. writeln('         |  |            ');
  20. read;
  21.  
  22. end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement