mirror of
https://github.com/fluencelabs/fluid
synced 2025-06-21 09:01:32 +00:00
rename lots of things
This commit is contained in:
4
backend-assemblyscript/step0-framework/assembly/main.ts
Normal file
4
backend-assemblyscript/step0-framework/assembly/main.ts
Normal file
@ -0,0 +1,4 @@
|
||||
// main handler for an application
|
||||
export function handler(input: string): string {
|
||||
return "Hello, " + input + "!";
|
||||
}
|
Reference in New Issue
Block a user