User:Franziska: Difference between revisions

From bwHPC Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
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