CJCoding With Joseph
15per day

Read and Print a Line

Read one line of text from the user with Console.ReadLine and print it back exactly.

Example: input 'Hello' prints 'Hello'.

Expected Output:

Hello
Topics:
User Input
๐Ÿ“ฅ Auto-Input:
Hello\n
This input is automatically fed to your program's stdin
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.