Update task1.go

This commit is contained in:
Lorenzo Venerandi
2025-01-29 13:27:46 +01:00
parent 014d5d8a2c
commit c48ada67a0

View File

@@ -0,0 +1,12 @@
package main
import (
)
func exec_task(arg string) string{
response := "" + arg
return response
}