CJCoding With Joseph

Print with putchar

Use putchar to print the two characters H and i (with no newline):

Hi

putchar writes exactly one character per call, so call it twice.

Expected Output:

Hi
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.