From 4b51fc1fe7dc01908d4d6c68bc055fe0b75c3fbd Mon Sep 17 00:00:00 2001 From: shrechak Date: Thu, 25 Oct 2018 22:54:04 +0200 Subject: [PATCH] Add quote --- quotes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quotes.md b/quotes.md index 879fd8b..9f94f76 100644 --- a/quotes.md +++ b/quotes.md @@ -41,4 +41,5 @@ 41. > Programming is the art of algorithm design and the craft of debugging errant code. __Ellen Ullman__ 42. > People think that computer science is the art of geniuses but the actual reality is the opposite, just many people doing things that build on eachother, like a wall of mini stones. __Donald Knuth__ 43. > Whether you want to uncover the secrets of the universe , or you just want to pursue a career in 21st century , basic computer programming is an essential skills to learn. __Stephen Hawking__ -44. > Computers themselves, and software yet to be developed, will revolutionize the way we learn. __Steve Jobs__ +44. > Computers themselves, and software yet to be developed, will revolutionize the way we learn. __Steve Jobs__ +45. > Great software today is often preferable to perfect software tomorrow. __Andrew Hunt__