aliakbarbeda2

Google Script : Text Output

Mar 7th, 2022 (edited)
1,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function doGet() {
  2.   return ContentService.createTextOutput("hello world!");
  3. }
Add Comment
Please, Sign In to add comment