Welcome to Code Sharer, a code gallery for creating, saving and sharing all kinds of code snippets.

C — Hello World!

Posted On: Tuesday, January 10, 2017 at 2:01 PM

A simple Hello World!
#include <iostream>

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

Joined on Tuesday, January 10, 2017
Contributed 1 Snips

Get Social and Share

Tags