From 389ef46b174fdc18a4963b3125329fc9903b65ba Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Mon, 19 Aug 2019 18:28:41 -0400 Subject: [PATCH] Update daftpunk.cpp --- 1-hello-world/block-letters/daftpunk.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-hello-world/block-letters/daftpunk.cpp b/1-hello-world/block-letters/daftpunk.cpp index 74b93d2..878b1b4 100644 --- a/1-hello-world/block-letters/daftpunk.cpp +++ b/1-hello-world/block-letters/daftpunk.cpp @@ -1,4 +1,4 @@ -// Fun fact: I am not very interesting. +// Fun Fact: I am not very interesting. #include @@ -43,4 +43,4 @@ int main() { std::cout << " P U U N N K K \n"; std::cout << " P UUU N N K K \n"; -} \ No newline at end of file +}