diff options
author | Dave Gauer <ratfactor@gmail.com> | 2021-02-27 14:51:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-27 14:51:15 -0500 |
commit | 352a07fa7e421e6176a9713011c72e152e80a4db (patch) | |
tree | 8cbdf431f02260909b773d8c907df794f84a0d58 | |
parent | 3b496f65b3a9359aaef8cef3db541b4e5ea832b2 (diff) | |
download | ziglings-352a07fa7e421e6176a9713011c72e152e80a4db.tar.gz ziglings-352a07fa7e421e6176a9713011c72e152e80a4db.tar.bz2 ziglings-352a07fa7e421e6176a9713011c72e152e80a4db.tar.xz ziglings-352a07fa7e421e6176a9713011c72e152e80a4db.zip |
New illustration in README!
Using the "put an image in an issue and link to it on the README" trick to
keep the Ziglings repo size down.
-rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,12 +1,15 @@ -# ziglings +# Ziglings -Welcome to `ziglings`! This project contains a series of tiny broken programs. +Welcome to Ziglings! This project contains a series of tiny broken programs. By fixing them, you'll learn how to read and write [Zig](https://ziglang.org/) code. -Those tiny broken programs need your help! (You'll also help some friendly -elephants stick together, which is very sweet of you.) +![ziglings](https://user-images.githubusercontent.com/1458409/109398392-c1069500-790a-11eb-8ed4-7d7d74d32666.jpg) + +Those tiny broken programs need your help! (You'll also save the planet from +evil aliens and help some friendly elephants stick together, which is very +sweet of you.) This project was directly inspired by the brilliant and fun [rustlings](https://github.com/rust-lang/rustlings) |