| ... | ... | @@ -87,9 +87,10 @@ static const char *ZIG_ZEN = "\n" |
| 87 | 87 | " * Only one obvious way to do things.\n" |
| 88 | 88 | " * Runtime crashes are better than bugs.\n" |
| 89 | 89 | " * Compile errors are better than runtime crashes.\n" |
| 90 | | " * Minimize energy spent on coding style.\n" |
| 91 | 90 | " * Incremental improvements.\n" |
| 92 | 91 | " * Avoid local maximums.\n" |
| 92 | " * Reduce the amount one must remember.\n" |
| 93 | " * Minimize energy spent on coding style.\n" |
| 93 | 94 | " * Together we serve the end users.\n"; |
| 94 | 95 | |
| 95 | 96 | static int print_target_list(FILE *f) { |