| author | |
| committer | |
| log | b988017547581ea39163913e400c962f74fc9b32 |
| tree | 173acdf9b991710f3ff509092aa1a62a3ac1d61d |
| parent | aa504275f0966780a6e00a319464a8424ec54a54 |
closes #1191 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 |
| 13 | 13 | improves simplicity, fixes poor design decisions, or adds a new feature which |
| 14 | 14 | compromises backward compatibility. |
| 15 | 15 | |
| 16 | [Introduction to the Zig Programming Language](http://andrewkelley.me/post/intro-to-zig.html) | |
| 17 | ||
| 16 | 18 | ## Existing Features |
| 17 | 19 | |
| 18 | 20 | * Compatible with C libraries with no wrapper necessary. Directly include |