src/parenscript/hello.js @ 5a286decc7ed

game jam diamond square
author Steve Losh <steve@stevelosh.com>
date Thu, 04 Aug 2016 17:49:15 +0000
parents 277982735a9d
children (none)
function sayHello(name) {
    return alert('Hello, ' + name + '!');
};
sayHello('cocks');