summaryrefslogtreecommitdiff
path: root/test/c
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-04-04 19:52:57 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-04-04 19:52:57 -0400
commit6638e53935ee1c5f3bfb23c08bd2aae2994b6219 (patch)
tree6da694b231da9ed7bf406496bd114522cfd686cd /test/c
parent2d64adb0f339a3344e880bc6add832abd707ce8a (diff)
downloadnextbin-6638e53935ee1c5f3bfb23c08bd2aae2994b6219.tar.xz
nextbin-6638e53935ee1c5f3bfb23c08bd2aae2994b6219.zip
change algorithm, fix edge cases, add tests
Diffstat (limited to 'test/c')
-rwxr-xr-xtest/c/x3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/c/x b/test/c/x
new file mode 100755
index 0000000..cc0070b
--- /dev/null
+++ b/test/c/x
@@ -0,0 +1,3 @@
+#!/bin/sh
+echo "in c with $0, done"
+exit 0