CJCoding With Joseph

Print with puts

Use the puts function to print this line:

Hello, World!

Note: puts automatically adds a newline at the end, so the output ends with a newline.

Expected Output:

Hello, World!
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.