Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 20: | Zeile 20: | ||
{{#drawio:Name_des_Flowcharts}} | {{#drawio:Name_des_Flowcharts}} | ||
{{#drawio:HalloWeltTest}} | |||
Version vom 20. Februar 2018, 13:29 Uhr
Testseite
// Hallo Welt in Microsoft C#.
using System;
class HelloWorld
{
public static int Main(String[] args)
{
Console.WriteLine("Hallo, Welt!");
return 0;
}
}
{{#drawio:Name_des_Flowcharts}}
{{#drawio:HalloWeltTest}}