From afad86f88003b0176ebc537a4f535014c713f57c Mon Sep 17 00:00:00 2001 From: Peder Vatn Austad Date: Thu, 23 May 2024 21:59:47 +0200 Subject: [PATCH] 0.2.0x README addage --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..14a796d --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# TI1 + +The best thing to happen since yesturday at 2 pm + +## Usage + +``` go run main.go ``` +``` go build main.go ``` + +## Changelog + +| Version | Changes | +|-----------|----------------------| +| 0.2 | split the project into multiple files to make it more readable | +| 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