From c48ada67a00bc00ac215f5e0a4176246c4c0c067 Mon Sep 17 00:00:00 2001 From: Lorenzo Venerandi <68255980+Lore09@users.noreply.github.com> Date: Wed, 29 Jan 2025 13:27:46 +0100 Subject: [PATCH] Update task1.go --- project/tasks/task1.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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