about summary refs log tree commit diff
path: root/daily
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2016-10-10 11:10:56 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2016-10-10 11:10:56 +0700
commit73b09b6b69abce68a06815e7cd789ff0ae70e2b2 (patch)
tree990e0b8f2425138e10aa4b5fb11b7e0efad2b9eb /daily
parentde5650a4375c1102572c8bb7a694e9c0068db29a (diff)
downloadcp-73b09b6b69abce68a06815e7cd789ff0ae70e2b2.tar.gz
Update daily/285easy/1enc.pas
Diffstat (limited to 'daily')
-rw-r--r--daily/285easy/1enc.pas2
-rw-r--r--daily/285easy/279easy.md6
-rw-r--r--daily/285easy/README.md2
3 files changed, 7 insertions, 3 deletions
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