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

Homework

Name: Anonymous 2009-04-26 14:19

Output "Sussman" as many times as possible in one second, using Ruby.

Name: Anonymous 2009-04-27 1:29

real languages > toy languages
#include <string.h>

#include <unistd.h>
#include <sys/time.h>

int main(void)
{ for
  ( setitimer
    ( 0,
      &( struct itimerval )
      { .it_interval = ( struct timeval ){ .tv_sec = 1, .tv_usec = 0 },
        .it_value = ( struct timeval ){ .tv_sec = 1, .tv_usec = 0 }},
      NULL );;
    write(0, "Sussman", 8)); }

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