Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. function help(){
  2. printf "\n loool ses blbec"
  3. }
  4.  
  5. BEGIN {
  6. printf ("\n --game_of_life-- \n **for help type HELP** \n");
  7. kterepole = 0;
  8. inicializace();
  9. }
  10. /HELP/ {
  11. help()
  12. }
  13. {
  14. zpracujVstup();
  15. printArray();
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement