diff --git a/g/googleappscript.gs b/g/googleappscript.gs new file mode 100644 index 00000000..dd15942c --- /dev/null +++ b/g/googleappscript.gs @@ -0,0 +1,3 @@ +function helloWorld() { + Logger.log('Hello World'); +}