From d5271d1e49338ef0e93c7eb88c0afda0dddcd19e Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 20 Aug 2017 12:10:21 -0400 Subject: [PATCH] more zen --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f69979a8a..9496e6598 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -87,9 +87,10 @@ static const char *ZIG_ZEN = "\n" " * Only one obvious way to do things.\n" " * Runtime crashes are better than bugs.\n" " * Compile errors are better than runtime crashes.\n" -" * Minimize energy spent on coding style.\n" " * Incremental improvements.\n" " * Avoid local maximums.\n" +" * Reduce the amount one must remember.\n" +" * Minimize energy spent on coding style.\n" " * Together we serve the end users.\n"; static int print_target_list(FILE *f) {