Welcome to the terminal. Your job is to make this program speak.
Write a C program that prints exactly:
hello, world
(with a trailing newline — use \n inside printf)
stdio.h.printf (not puts) for this exercise.\n).!, no spaces before/after).printf("hello, world\n");
When you are ready, hit Run Code. The terminal will tell you clearly whether you PASSED or FAILED.
Pass this challenge to continue.
main.c⌘/Ctrl+Enter to run
Output will appear here after you run your code.