zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 9ca798bc75bddac4d3db05463f1a42cfd7906bd3 (tree)
parent 221e5b188c4aaef9667c8e397d7fac21a8ac8fbd
Author: Andrew Kelley <superjoe30@gmail.com>
Date:   Tue,  8 Aug 2017 15:49:12 -0400

zen update

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -136,5 +136,5 @@ produced .gcov files. * Only one obvious way to do things. * Runtime crashes are better than bugs. * Compile errors are better than runtime crashes. - * Coding style is petty. + * Minimize energy spent on coding style. * Together we serve the users.