From 8eeb4a06125736a16e68de41f44d3d0bc174673e Mon Sep 17 00:00:00 2001 From: Peder Vatn Austad Date: Thu, 23 May 2024 22:02:29 +0200 Subject: [PATCH] 0.2.0xx hello world removage --- README.md | 5 +++-- test/test.go | 7 ------- 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 test/test.go diff --git a/README.md b/README.md index 14a796d..976d5e6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # TI1 -The best thing to happen since yesturday at 2 pm +The best thing to happen since yesturday at 3 pm ## Usage ``` go run main.go ``` + ``` go build main.go ``` ## Changelog @@ -15,4 +16,4 @@ The best thing to happen since yesturday at 2 pm | 0.1.1-7 | fixing the json print output to actualy print out all the data and sutch | | 0.1 | literaly most of the project | -ps i know this is 100% not the way version numbers are supost to work but ium just cool like that \ No newline at end of file +ps i know this is 100% not the way version numbers are supost to work but i'm just cool like that \ No newline at end of file diff --git a/test/test.go b/test/test.go deleted file mode 100644 index bfe15fd..0000000 --- a/test/test.go +++ /dev/null @@ -1,7 +0,0 @@ -package test - -import "fmt" - -func PrintHello() { - fmt.Println("Hello, World!") -}