| author | |
| committer | |
| log | 38629628814aae6ba09bc2c25fdbac407a5d9e17 |
| tree | 2eaf188421fd4d73e1f44d1bae9bb5344b03f6a7 |
| parent | 398914eb713cf4c279edd4b30fc75e88a3a722b3 |
| signature |
2 files changed, 0 insertions(+), 3 deletions(-)
example/README.md-2| ... | @@ -1,7 +1,5 @@ | ... | @@ -1,7 +1,5 @@ |
| 1 | # Zig Examples | 1 | # Zig Examples |
| 2 | 2 | ||
| 3 | ## Working Examples | ||
| 4 | |||
| 5 | * **Tetris** - A simple Tetris clone written in Zig. See | 3 | * **Tetris** - A simple Tetris clone written in Zig. See |
| 6 | [andrewrk/tetris](https://github.com/andrewrk/tetris). | 4 | [andrewrk/tetris](https://github.com/andrewrk/tetris). |
| 7 | * **hello_world** - demonstration of a printing a single line to stdout. | 5 | * **hello_world** - demonstration of a printing a single line to stdout. |
test.zig deleted-1| ... | @@ -1 +0,0 @@ | ||
| 1 | const a = [][]const u8{}; | ||