Files
Tesi-Magistrale/project/tasks/task1.go
Lorenzo Venerandi c48ada67a0 Update task1.go
2025-01-29 13:27:46 +01:00

12 lines
104 B
Go

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