From 7aec1b432c216df321295c2d2e15f6bb117287fc Mon Sep 17 00:00:00 2001 From: Chandra shekar Varkala Date: Wed, 16 Oct 2019 17:25:28 +0530 Subject: [PATCH] abc --- c | 0 main.go | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 c diff --git a/c b/c new file mode 100644 index 0000000..e69de29 diff --git a/main.go b/main.go index 548231b..c16fe29 100644 --- a/main.go +++ b/main.go @@ -2,5 +2,5 @@ package main func main() { - println("Hello, World!") + println("Hello, World! abc") }