wasm-nats-sqldb-sync/task.go
Lorenzo Venerandi d573f07c98 project init
2025-01-07 23:01:06 +01:00

12 lines
104 B
Go

package main
import (
)
func exec_task(arg string) string{
response := "" + arg
return response
}