this is a differenet branch so this can be the commit message

This commit is contained in:
2025-07-21 20:41:56 -04:00
parent d8f1d59c30
commit 26790f3f91
4 changed files with 77 additions and 58 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
# Usage ./format
find . -name "*.c" -exec clang-format -i {} \;