mirror of
https://github.com/Lore09/Tesi-Magistrale.git
synced 2025-12-19 04:14:35 +00:00
12 lines
116 B
Go
12 lines
116 B
Go
package main
|
|
|
|
import (
|
|
|
|
)
|
|
|
|
func exec_task(arg string) string{
|
|
|
|
response := "Ciao danano " + arg
|
|
|
|
return response
|
|
} |