Merge pull request #163
This commit is contained in:
Rhys Bower
2015-02-19 19:32:36 -08:00

3
g/googleappscript.gs Normal file
View File

@@ -0,0 +1,3 @@
function helloWorld() {
Logger.log('Hello World');
}