Artera Google Script Completed

This commit is contained in:
Norm Rasmussen
2023-01-17 15:59:28 -05:00
parent 27bd8faff1
commit 738813e48c
40 changed files with 322 additions and 668 deletions

View File

@ -0,0 +1,6 @@
// Logger.log(myFunction());
// function myFunction() {
// var x = 5
// return x-7
// }