From 412d887403aed16e48fcb5f08b9d6c1c67f5ff0d Mon Sep 17 00:00:00 2001 From: miguel Date: Mon, 12 Sep 2022 15:21:01 +0100 Subject: [PATCH] docs(go-reloaded):removing the newlines that were there for clarification but it's creating confusion --- subjects/go-reloaded/README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/subjects/go-reloaded/README.md b/subjects/go-reloaded/README.md index 18e42a24..dcfb21a2 100644 --- a/subjects/go-reloaded/README.md +++ b/subjects/go-reloaded/README.md @@ -42,36 +42,24 @@ The tool you are about to build will receive as arguments the name of a file con ```console $ cat sample.txt it (cap) was the best of times, it was the worst of times (up) , it was the age of wisdom, it was the age of foolishness (cap, 6) , it was the epoch of belief, it was the epoch of incredulity, it was the season of Light, it was the season of darkness, it was the spring of hope, IT WAS THE (low, 3) winter of despair. - $ go run . sample.txt result.txt - $ cat result.txt It was the best of times, it was the worst of TIMES, it was the age of wisdom, It Was The Age Of Foolishness, it was the epoch of belief, it was the epoch of incredulity, it was the season of Light, it was the season of darkness, it was the spring of hope, it was the winter of despair. - $ cat sample.txt Simply add 42 (hex) and 10 (bin) and you will see the result is 68. - $ go run . sample.txt result.txt - $ cat result.txt Simply add 66 and 2 and you will see the result is 68. - $ cat sample.txt There is no greater agony than bearing a untold story inside you. - $ go run . sample.txt result.txt - $ cat result.txt There is no greater agony than bearing an untold story inside you. - $ cat sample.txt Punctuation tests are ... kinda boring ,don't you think !? - $ go run . sample.txt result.txt - $ cat result.txt Punctuation tests are... kinda boring, don't you think!? - ``` This project will help you learn about :