1
0

retire old cat

This commit is contained in:
dtb
2024-01-15 14:26:40 -07:00
parent cb3dac04e9
commit 9915563241
3 changed files with 0 additions and 0 deletions

2
Retired/cat/Makefile Normal file
View File

@@ -0,0 +1,2 @@
cat: cat.c
$(CC) -g -o cat cat.c