Skip to content

slaho11/HelloWorldCpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Hello world program in C++ using {fmt} formatting library.

Build and Run

mkdir build
cd build
cmake ..
cmake --build .
./HelloWorld

CMake presets

To List available presets run:

cmake --list-presets
cmake --build --list-presets

For example, to build with Clang on macOS run:

cmake --preset release-clang-macos
cmake --build --preset clang-macos
./build/release-clang-macos/HelloWorld

About

Hello world program in C++ using {fmt} formatting library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors