feat(autotools): basic usage

This commit is contained in:
Matteo Flebus 2026-01-07 17:38:54 +01:00
parent ec9a168764
commit 269f50a367
24 changed files with 133 additions and 1 deletions

6
src/42sh.c Normal file
View file

@ -0,0 +1,6 @@
// all includes
int main(int argc, char **argv)
{
return 0;
}