Inspiration

In order to achieve vast sums of stickers to slap onto my laptop, I have decided to take on this challenge.

What it does

In this project, I shall be printing out, "Hello, World" in the speedy language: C++.

How we built it

I built it using the programming language C++.

Challenges we ran into

Learning how to actually print it out cause I have genuinely never touched C++.

Accomplishments that we're proud of

Your mom, and printing it out in C++

What we learned

Sticking to Java cause JAVA WOOOO

What's next for Print Hello, World in a New Language

Probably BrainFuck, I need an actual challenge besides your mom

#include <iostream>

int main() {
  std::cout << "Hello World!";
}

Built With

Share this project:

Updates