Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

templates

Minimal C++23 modular hello library — the canonical "hello mcpp" package.

This is the smallest possible mcpp package: one .cppm module exporting one function. Used as the first integration test for mcpp-index.

Usage

# In your mcpp.toml
[dependencies]
"mcpplibs.templates" = "0.0.1"
import std;
import mcpplibs.templates;
int main() {
 mcpplibs::templates::hello_mcpp();
}

Build & test

mcpp build

License

Apache-2.0. Original implementation in mcpplibs/templates by Sunrisepeak.

About

Minimal C++23 modular hello library — first package indexed in mcpp-index

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /