rename lots of things

This commit is contained in:
folex
2019-08-16 12:00:50 +03:00
parent 9dd2a2d9c8
commit 50747bbcd3
47 changed files with 31 additions and 227 deletions

View File

@ -0,0 +1,4 @@
// main handler for an application
export function handler(input: string): string {
return "Hello, " + input + "!";
}