authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2016-02-09 22:31:49-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2016-02-09 22:31:49-07:00
logb988017547581ea39163913e400c962f74fc9b32
tree173acdf9b991710f3ff509092aa1a62a3ac1d61d
parentaa504275f0966780a6e00a319464a8424ec54a54

add link to intro in readme

closes #119

1 files changed, 2 insertions(+), 0 deletions(-)

README.md+2
......@@ -13,6 +13,8 @@ Zig is not afraid to roll the major version number of the language if it
1313improves simplicity, fixes poor design decisions, or adds a new feature which
1414compromises backward compatibility.
1515
16[Introduction to the Zig Programming Language](http://andrewkelley.me/post/intro-to-zig.html)
17
1618## Existing Features
1719
1820 * Compatible with C libraries with no wrapper necessary. Directly include