Add tests for ex17-ec

This commit is contained in:
Dan Buch
2016-04-13 10:36:55 -04:00
parent 1970801db8
commit 5d2b2e8e8e
3 changed files with 40 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
for f in *.c ; do
echo "${f/.c/}"
done