From 73b09b6b69abce68a06815e7cd789ff0ae70e2b2 Mon Sep 17 00:00:00 2001 From: Raphael McSinyx Date: Mon, 10 Oct 2016 11:10:56 +0700 Subject: Update daily/285easy/1enc.pas --- daily/285easy/1enc.pas | 2 ++ daily/285easy/279easy.md | 6 ++++-- daily/285easy/README.md | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'daily') diff --git a/daily/285easy/1enc.pas b/daily/285easy/1enc.pas index 8d786d3..6da4b7d 100644 --- a/daily/285easy/1enc.pas +++ b/daily/285easy/1enc.pas @@ -45,6 +45,8 @@ begin write(fo, chr(c2 mod 16 * 4 + c3 div 64 + 32)); writeln(fo, chr(c3 mod 64 + 32)) end + else + writeln(fo) until eof(fi); close(fi); diff --git a/daily/285easy/279easy.md b/daily/285easy/279easy.md index 8a7adbb..9ba7508 100644 --- a/daily/285easy/279easy.md +++ b/daily/285easy/279easy.md @@ -123,8 +123,10 @@ on Wikipedia. ##Finally -This challenge is posted by /u/EvgeniyZh +This challenge is posted by +[/u/EvgeniyZh](https://www.reddit.com/user/EvgeniyZh) Also have a good challenge idea? -Consider submitting it to /r/dailyprogrammer_ideas +Consider submitting it to +[/r/dailyprogrammer_ideas](https://www.reddit.com/r/dailyprogrammer_ideas) diff --git a/daily/285easy/README.md b/daily/285easy/README.md index 3f42a7b..f98b4b5 100644 --- a/daily/285easy/README.md +++ b/daily/285easy/README.md @@ -123,7 +123,7 @@ some sort. These include: even data type -**sample 0 index codes** (for 16 reserved codes) (new paragraph for multiline +**Sample 0 index codes** (for 16 reserved codes) (new paragraph for multiline explained codes) Null -- cgit 1.4.1