mirror of
https://github.com/Lore09/Tesi-Magistrale.git
synced 2026-02-05 05:51:17 +00:00
12 lines
105 B
Go
12 lines
105 B
Go
package main
|
|
|
|
import (
|
|
|
|
)
|
|
|
|
func exec_task(arg string) string{
|
|
|
|
response := "" + arg
|
|
|
|
return response
|
|
} |