A Reveal.js plugin to automatically create links to online compilers
#include <iostream>
int main() {
std::cout << "Hello, world!\n";
}
console.log("Hello, world!");
Now available for C++ (using Godbolt) and for JavaScript (on Codepen)!
#include <iostream>
int main() {
std::cout << "Hello, world from html!\n";
}