b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » Cartoon Characters: Where are they now? » Message 445247

[challenge entry] Budgie won 'Photo of the Year' for this one!


sorry, i know it's old ....but it's almost the end of the day.

From the Cartoon Characters: Where are they now? challenge. See all 449 entries (closed)

(, Tue 29 Oct 2002, 14:35, archived)
# Very good
(, Tue 29 Oct 2002, 14:41, archived)
# GEEEEEEK!
10 PRINT "WOO!"
20 PRINT "YAY!"
30 GOTO 10
(, Tue 29 Oct 2002, 14:48, archived)
# Old school geek
#!/bin/bash

cat /dev/woo
cat /dev/yay
(, Tue 29 Oct 2002, 14:57, archived)
# int main(int argc, char **argv)
{
while(1) {
printf("woo\n");
printf("yay\n");
}
}
(, Tue 29 Oct 2002, 14:57, archived)
# Can I join in pweeeeeeeeeeeeeease
(, Tue 29 Oct 2002, 15:01, archived)
# I personally was more of a semicolon after the "WOO!" myself
(, Tue 29 Oct 2002, 15:04, archived)