diff --git a/project/tasks/task1.go b/project/tasks/task1.go index e69de29..b778dc4 100644 --- a/project/tasks/task1.go +++ b/project/tasks/task1.go @@ -0,0 +1,12 @@ +package main + +import ( + +) + +func exec_task(arg string) string{ + + response := "" + arg + + return response +} \ No newline at end of file