about summary refs log tree commit diff
path: root/main.go
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-04-05 14:28:44 +0200
committerEmile <hanemile@protonmail.com>2019-04-05 14:28:44 +0200
commit16f3f56562393081c42ce3f09541c1fab223d921 (patch)
tree42d2412870c935d224f1509ac03a9f69c94f23ec /main.go
parent5fa1b5ea72f922dd190095e2e26185cd085bf38d (diff)
added some data
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.go b/main.go
index 91e7378..7905807 100644
--- a/main.go
+++ b/main.go
@@ -1,7 +1,5 @@
 package main
 
-import "fmt"
-
 func main() {
-	fmt.Println("Hello World")
+
 }