Dynaverse.net

Off Topic => Engineering => Topic started by: toasty0 on July 08, 2008, 07:58:33 pm

Title: Coding the beginning of time
Post by: toasty0 on July 08, 2008, 07:58:33 pm
Quote
public void BigBang()
  {
      // insert some pretty dynamic algorithms here
  }
Title: Re: Coding the beginning of time
Post by: knightstorm on July 08, 2008, 08:01:44 pm
huh?
Title: Re: Coding the beginning of time
Post by: Corbomite on July 08, 2008, 08:15:29 pm
Quote
public void BigBang()
  {
      // insert some pretty dynamic algorithms here
  }


LOL!
Title: Re: Coding the beginning of time
Post by: FCM_SFHQ_XC on July 08, 2008, 08:26:03 pm
Quote
public void BigBang()
  {
      // insert some pretty dynamic algorithms here
  }

So then you compile it, then you try to run it you get this: :D
Title: Re: Coding the beginning of time
Post by: Bonk on July 08, 2008, 09:38:51 pm
Quote
public int BigBang()
  {
      // insert some pretty dynamic algorithms here

      return 42;
  }

There, done!  ;D
Title: Re: Coding the beginning of time
Post by: toasty0 on July 08, 2008, 09:46:07 pm

Quote
public void BigBang()
  {
      // insert some pretty dynamic algorithms here

      return 42;
  }

There, done!  ;D

 8)
Title: Re: Coding the beginning of time
Post by: Centurus on July 09, 2008, 12:09:18 am
Congrats.  You've simplified all of existence down to a single line of computer code that's total chaos, but for some reason is considerably more stable than Vista.

 ;D