Hello World!
Lesson 1 of 20 in Coddy's Beginner Challenges - Practice Basic Concepts course.
Challenge
EasyPrint Hello World! to the screen, in a function named hello!
Try it yourself
#include <stdio.h>
void hello() {
// Write code here
}Lesson 1 of 20 in Coddy's Beginner Challenges - Practice Basic Concepts course.
Challenge
EasyPrint Hello World! to the screen, in a function named hello!
Try it yourself
#include <stdio.h>
void hello() {
// Write code here
}