From 8ce189f9cdb941f253213a3eef52b846226adc00 Mon Sep 17 00:00:00 2001 From: bloeys Date: Mon, 24 Oct 2022 02:13:31 +0400 Subject: [PATCH] Bism Allah --- go.mod | 3 +++ main.go | 5 +++++ 2 files changed, 8 insertions(+) create mode 100755 go.mod create mode 100755 main.go diff --git a/go.mod b/go.mod new file mode 100755 index 0000000..5fe9939 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/bloeys/cogo + +go 1.18 diff --git a/main.go b/main.go new file mode 100755 index 0000000..5cc377e --- /dev/null +++ b/main.go @@ -0,0 +1,5 @@ +package main + +func main() { + println("Hello there, friend.") +}