Print a word
This page needs a recent browser (with SharedArrayBuffer support). Please update Chrome, Edge, Firefox or Safari to the latest version.
Print a word
Welcome to the C track! C needs some setup lines around your code. For now, only change the words inside the quotes.
printf("cat\n") shows cat. The \n ends the line.
Change the text so it prints hello.
Click Run to see the output here.