summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-09-13 07:31:21 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-09-13 07:31:21 +0200
commit942867222063c80844837a5564cbcd8a8ef03771 (patch)
tree44d4baa8b27d76653d842d5f47e96d24d0b197a2 /_posts
parent1530789bb69e51a6b0da4e4029477df519fc32c7 (diff)
Replace INFO with NOTE
Diffstat (limited to '_posts')
-rw-r--r--_posts/2018-09-13-hackerrank-solutions-python3-and-perl6-part-1.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2018-09-13-hackerrank-solutions-python3-and-perl6-part-1.adoc b/_posts/2018-09-13-hackerrank-solutions-python3-and-perl6-part-1.adoc
index c054308..2c06ab0 100644
--- a/_posts/2018-09-13-hackerrank-solutions-python3-and-perl6-part-1.adoc
+++ b/_posts/2018-09-13-hackerrank-solutions-python3-and-perl6-part-1.adoc
@@ -15,7 +15,7 @@ I will show solutions to some challenges to show the differences. I hope that I
can show that Perl doesn't have to be the "write only" language that many
people make it out to be.
-[INFO]
+[NOTE]
====
I am _much_ more proficient in the Perl 6 programming language than in Python
(2 or 3), so I might not always use the most optimal solutions in the Python