Inspiration

Inspiration is to get experience in Global Hack Week

What it does

Prints Hello World

How we built it

Using C++

#include <iostream>
using namespace std;

int main(){
cout<<"Hello World!";
return 0;
}

Challenges we ran into

Writing code

Accomplishments that we're proud of

Printing Hello world

What we learned

Printing Hello World

What's next for Hello World

Printing more than Hello World

Built With

Share this project:

Updates