Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 6: | Zeile 6: | ||
<math>x={-b\pm\sqrt{b^2-4ac} \over 2a}</math> | <math>x={-b\pm\sqrt{b^2-4ac} \over 2a}</math> | ||
<source lang="csharp"> | Test<source lang="csharp"> | ||
// Hallo Welt in Microsoft C#. | // Hallo Welt in Microsoft C#. | ||
Version vom 16. Oktober 2019, 10:09 Uhr
Testseite
{{#drawio:Name_des_Flowcharts2}}
Test
// 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:HalloWeltTest2}}