diff options
Diffstat (limited to 'examples/README.md')
| -rw-r--r-- | examples/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..e3e3d56 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,6 @@ +# Sample programs that ducc can compile + +* hello.c: Hello World +* fizzbuzz.c: Fizz Buzz +* 2048.c: 2048 game in terminal + * https://github.com/nsfisis/2048.c |
