C#C
C#15mo ago
Max 🪼

✅ 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");
image.png
Was this page helpful?