Add tests for ex17-ec
This commit is contained in:
5
lcthw-remnants-2/list-exercises
Executable file
5
lcthw-remnants-2/list-exercises
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
for f in *.c ; do
|
||||
echo "${f/.c/}"
|
||||
done
|
Reference in New Issue
Block a user