Saturday, February 2, 2008

My first English post.

So this is the first time i blog in english. i'm sorry for my bad writing but i'm just german u know. So this is just a Test! smile_sarcastic

class Program
    {
        static void Main(string[] args)
        {
            for (int i = 0; i < 10; i++)
            {
                Console.WriteLine("Test");
            }
        }
    }

No comments: