Skip to main content
✏️ Code CompletionC C Easy+10 XP

Include Header

Complete to include the standard I/O header.

✏️ Fill in the blank
#___ <stdio.h>
int main() { printf("Hi"); }

✏️ Type the missing code: