Bob/tests/mod_hello.bob

4 lines
54 B
Plaintext

var X = 5;
func greet(name) { return "hi " + name; }