3 lines
163 B
JavaScript
3 lines
163 B
JavaScript
|
//Licensed under CC0 v1.0 (because the code is so simple, I thought it was only fair to put it in the public domain)
|
||
|
function eval(kode) { Function(`${kode}`)() }
|