Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Count to 10

Name: Anonymous 2010-06-17 15:14

Lets see if /prog/ can count to 10 in C. I'll start:

int main(void){

Name: Anonymous 2010-06-17 19:36


(define (count)
  (define (inner n)
    (if (<= n 10)
        (display n)))
   (inner 1))

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List