From 74c7d0c5e1a0da433e6a20300fd1f21978b9ac49 Mon Sep 17 00:00:00 2001 From: Brahim kanouche <31965027+kanouche@users.noreply.github.com> Date: Thu, 8 Dec 2022 12:24:36 -0500 Subject: [PATCH] create abcd.go --- abcd.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 abcd.go diff --git a/abcd.go b/abcd.go new file mode 100644 index 0000000..e3f1fe2 --- /dev/null +++ b/abcd.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func abcd() string { + return "abcd" +}