Files
Tesi-Magistrale/project/tasks/task1.go
Lorenzo Venerandi 804e789056 Updated example
2025-01-29 22:44:58 +01:00

12 lines
117 B
Go

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