using System;
public class Program
{
public static void Main()
int zahl1;
int zahl2;
int ergebnis;
string text;
text = "twitch.tv/Abwendeler0";
string Timo;
zahl1= 5;
zahl2= 8;
ergebnis = zahl1 + zahl2;
Console.Clear();
Console.WriteLine(text);
Console.WriteLine(ergebnis);
zahl1 = Console.ReadLine();
}