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