An important descision!

Started by Ungatt Trunn II, March 03, 2009, 10:36:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Ungatt Trunn II

>10 print "BOOM";
>20 goto 10
run
DIE HIPPIE DIE

windhound

A Goldfish has an attention span of 3 seconds...  so do I
~ In the beginning there was nothing, which exploded ~
There are only 10 types of people in the world: Those who understand binary, and those who don't

Ungatt Trunn II

DIE HIPPIE DIE

Shadow

BOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOMBOOM
<=holbs-.. ..-holbs=> <=holbs-..

Ungatt Trunn II

q = 0
while q < 9999999999999999999999999999999:
        q=q+1
        print "Your screwed because the current number is only",q

DIE HIPPIE DIE

windhound

for(int i = 1;  i > 0; i++)
     System.out.println("INFINITE LOOP");
A Goldfish has an attention span of 3 seconds...  so do I
~ In the beginning there was nothing, which exploded ~
There are only 10 types of people in the world: Those who understand binary, and those who don't

Shadow

#include <stdio.h>
main()
{
     int i = 1;
     while (i){
          printf("%d\n",i);
          i++;
                 }
}
<=holbs-.. ..-holbs=> <=holbs-..

Firetooth

Quote from: Sevah on January 02, 2018, 03:51:57 PM
I'm currently in top position by a huge margin BUT I'm intentionally dropping down to the bottom.