0.2.0xx hello world removage

This commit is contained in:
Peder Vatn Austad
2024-05-23 22:02:29 +02:00
parent afad86f880
commit 8eeb4a0612
2 changed files with 3 additions and 9 deletions

View File

@@ -1,10 +1,11 @@
# TI1 # TI1
The best thing to happen since yesturday at 2 pm The best thing to happen since yesturday at 3 pm
## Usage ## Usage
``` go run main.go ``` ``` go run main.go ```
``` go build main.go ``` ``` go build main.go ```
## Changelog ## 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.1-7 | fixing the json print output to actualy print out all the data and sutch |
| 0.1 | literaly most of the project | | 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 ps i know this is 100% not the way version numbers are supost to work but i'm just cool like that

View File

@@ -1,7 +0,0 @@
package test
import "fmt"
func PrintHello() {
fmt.Println("Hello, World!")
}