Newer
Older
minerva / Base / home / anon / Source / js / simple-function.js
@minerva minerva on 13 Jul 46 bytes Initial commit
function foo() { return (1 + 2) + 3; }
foo();