Inspiration
The beginner level program
What it does
Says "Hello World"
How we built it
Using C++
Challenges we ran into
No challenges
Accomplishments that we're proud of
Started learning basics of programming language
What we learned
Basics of programming language
What's next for Hello World
Create more complex programs
Code block
//Hello World
include
using namespace std; main() { cout<<"Hello World!"; }
Log in or sign up for Devpost to join the conversation.