Commit 3862962881
example/README.md
@@ -1,7 +1,5 @@
# Zig Examples
-## Working Examples
-
* **Tetris** - A simple Tetris clone written in Zig. See
[andrewrk/tetris](https://github.com/andrewrk/tetris).
* **hello_world** - demonstration of a printing a single line to stdout.
test.zig
@@ -1,1 +0,0 @@
-const a = [][]const u8{};