Files
china-dictatorship/hello-world/g/Google Apps Script.gs

4 lines
55 B
Plaintext
Raw Permalink Normal View History

2021-03-24 00:00:01 +00:00
function helloWorld() {
Logger.log('Hello World');
}