Difference between revisions of "User:Franziska"

From bwHPC Wiki
Jump to: navigation, search
Line 18: Line 18:
   
 
<code>test</code>
 
<code>test</code>
  +
  +
<pre>test</pre>

Revision as of 10:42, 14 November 2013

test test

// Hallo Welt in Microsoft C#.

using System;

class HelloWorld
{
    public static int Main(String[] args)
    {
        Console.WriteLine("Hallo, Welt!");
        return 0;
    }
}


test

test