GitHub_collection_hello-world/g/googleappscript.gs

4 lines
55 B
Plaintext
Raw Normal View History

2014-12-22 12:27:43 -05:00
function helloWorld() {
Logger.log('Hello World');
}