Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 146 Bytes

File metadata and controls

9 lines (6 loc) · 146 Bytes

hello-cpp

Minimal C++ hello world module exported with pybind11 and built via CMake.

import hello_cpp

print(hello_cpp.hello())