diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-08-20 12:10:21 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-08-20 12:10:21 -0400 |
| commit | d5271d1e49338ef0e93c7eb88c0afda0dddcd19e (patch) | |
| tree | a6e0aea4f7e5ef7d3ba1ec29d0022da5fa664ba6 | |
| parent | be1603427531bab3b63b9fd2f01c0bb11bf1689a (diff) | |
| download | zig-d5271d1e49338ef0e93c7eb88c0afda0dddcd19e.tar.gz zig-d5271d1e49338ef0e93c7eb88c0afda0dddcd19e.zip | |
more zen
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index f69979a8a3..9496e65985 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) { |
