✅ when programming a CLI in C#...
- how can i open my own CLI window like how starting the python repl works?
- how can i take input with a string predecessor? i want to do
>>> ...but there isnt a way to get an input on the same line as text, as far as ive seen