challenges

my solutions to various "programming challenge" problems
git clone https://wehaveforgeathome.hates.computer/challenges.git
Log | Files | Refs | LICENSE

001.pez (209B)


      1 #! /usr/bin/env pez
      2 
      3 : this_function_exists_solely_so_I_can_loop
      4   1000 3 do
      5     i +
      6   3 +loop
      7   1000 5 do
      8     i +
      9   5 +loop
     10   1000 15 do
     11     i -
     12   15 +loop
     13 ;
     14 
     15 0 this_function_exists_solely_so_I_can_loop . cr