✅ how I can write like this?
idk what it called but I can use same logic writing in other language

int a = 0;
int b = 1;
int addResult = a + b;
Console
.WriteLine(addResult)
.WriteLine("\nthanks");