cxx: expose c++ code

This commit is contained in:
Henri Bourcereau 2026-01-02 20:58:10 +01:00
parent efa1543eaf
commit a17f8e2f73
7 changed files with 44 additions and 11 deletions

3
include/main.h Normal file
View file

@ -0,0 +1,3 @@
#pragma once
void run_cpp_demo();