User:Franziska: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Replaced content with "=Überschrift 1= ==Überschrift 2== ===Überschrift 3=== ====Überschrift 4====") |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Überschrift 1= |
|||
test <code>test</code> |
|||
==Überschrift 2== |
|||
===Überschrift 3=== |
|||
<source lang="csharp"> |
|||
====Überschrift 4==== |
|||
// Hallo Welt in Microsoft C#. |
|||
using System; |
|||
class HelloWorld |
|||
{ |
|||
public static int Main(String[] args) |
|||
{ |
|||
Console.WriteLine("Hallo, Welt!"); |
|||
return 0; |
|||
} |
|||
} |
|||
</source> |
|||
<code>test</code> |
|||
<pre>test</pre> |