CJCoding With Joseph

Extract the First Word

Read one line of text and print only its first word — the part before the first space. For the input Hello World Foo, the output is:

Hello

Expected Output:

Hello
Topics:
Strings
📥 Auto-Input:
Hello World Foo
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.