Valhalla Legends Archive

General => Fun Forumâ„¢ => Topic started by: shout on May 31, 2007, 03:13 AM

Title: Hmmm
Post by: shout on May 31, 2007, 03:13 AM
Run this.

    class Program
    {
        static void Main(string[] args)
        {
            byte[] b = new byte[]{(byte)'a', (byte)'l', (byte)' ', (byte)'g', (byte)'o', (byte)'r', (byte)'e'};
            int count = 0;
            for (int i = 0; i < b.Length; i++)
                count += b[i];
            Console.WriteLine(count);
            Console.ReadLine();

        }
    }

C#
Title: Re: Hmmm
Post by: Newby on June 02, 2007, 12:04 AM
Haha. Powned.
Title: Re: Hmmm
Post by: Hero on June 03, 2007, 04:35 AM
(http://www.toadking.com/6x9=42/fail.jpg)
Title: Re: Hmmm
Post by: shout on June 05, 2007, 10:13 AM
(http://img159.imageshack.us/img159/1356/failmotivationalfz5.jpg)