Removed submodules

This commit is contained in:
2026-05-31 14:34:00 -04:00
commit 46c36b11da
352 changed files with 14792 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
$ ./bin/ls data
empty.txt
FIRST.txt
pwd.txt
subdir
yat.txt
$ ./bin/head Makefile
#
# Simple Test Makefile
# Mike Lam, James Madison University, August 2016
#
# This version of the Makefile includes support for building a test suite. The
$ quit