Skip to content

Bigla361/hello-world-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Hello World in C++

A simple program that print "Hello, World!".

Should work on all platforms.

Usage

To run this program, use the following command:

hello

Building

Building requires a compiler. These instructions use GCC. It is recommened you use that.

Linux

To build, run the following command within the directory:

g++ main.cpp -o hello

Windows

To build, run the following command within the directory:

g++ main.cpp -o hello.exe

Okay, no more documenting a literal Hello World program for me.

About

A simple Hello World program in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages