mirror of
https://github.com/Lore09/Tesi-Magistrale.git
synced 2025-12-19 12:24:31 +00:00
Updated example
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
func exec_task(arg string) string{
|
||||
|
||||
response := "Ciao danano " + arg
|
||||
response := "" + arg
|
||||
|
||||
return response
|
||||
}
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
func exec_task(arg string) string{
|
||||
|
||||
response := "" + arg
|
||||
response := "Ciao danano " + arg
|
||||
|
||||
return response
|
||||
}
|
||||
Reference in New Issue
Block a user