diff --git a/example/README.md b/example/README.md index f36ec7e531..188ece00a2 100644 --- a/example/README.md +++ b/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. diff --git a/test.zig b/test.zig deleted file mode 100644 index 566bb24d16..0000000000 --- a/test.zig +++ /dev/null @@ -1 +0,0 @@ -const a = [][]const u8{};