Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 223 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 223 Bytes

cpp-embedding-mono

Small sample on how to embed the mono runtime into a C++ program.

# To build both cpp and cs, just do
$ make

# Run.
$ cd out/
$ ./main hello.dll

# To clean up after your self.
$ make clean