c-first-steps

a C playground
Index Commits Files Refs README
commit e8668e8901fc862b6d2348501e1faebb9d0670c6
parent 57971e1f26b6cf7726bd4545a47a26ccf3932034
Author: Martin J. Klöckner <martin.cachari@gmail.com>
Date:   Thu, 17 Dec 2020 01:41:31 -0300

Merge branch 'master' of github.com:klewer-martin/c-repo
Pulled from repo to sync local files;

Diffstat:
M95.11/clean.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/95.11/clean.sh b/95.11/clean.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # Removes every a.out from every subfolder where the 
-# sript is executed;
+# script is executed;
 
 # Set the filename;
 file='a.out'