historical/EvalStopGap.git/evalsg.js
2024-01-16 11:20:27 -06:00

2 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}`)() }