UNPKG

yamp

Version:
21 lines (14 loc) 264 B
Markdown Test ============= This **file** is for _testing_ purposes of [yamp](https://github.com/angrykoala/yamp) {{TOC}} ## C++ test code ```c++ #include <iostream> using namespace std; main(){ cout<<"Test"; return 0; } ``` {{include test2.md}}