Skip to content

toni6/helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello World

A simple C++ program that prints "Hello, World!" to the console build with CMake and ninja.

Build Instructions

# Clone the repository
git clone https://github.com/YOUR_USERNAME/helloworld.git
cd helloworld

# Build with CLANG (`export CXX=g++` for GCC)
export CXX=clang++
cmake -G "Ninja" -B build source/
ninja -C build

# Run
./build/helloworld

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published