Loading...
Searching...
No Matches
koe.h
1
3const char* koe = R"JS(
4console.info("hi");
5function f(x){ return x+1; }
6)JS";