Skip to content

SpriteMisaka/hexo-coliru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hexo-coliru

A hexo plugin to run code via coliru.

Installation

npm install hexo-coliru

Usage

A run button and a result text box will appear in your post via the following method.

{% coliru %}

```cpp
#include <iostream>
using namespace std;

int main(void) {
    cout << "Hello!\n";
    return 0;
}
```

{% endcoliru %}

About

A hexo plugin to run code via coliru.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published