remove 06 to start packaging tcc and musl

This commit is contained in:
Dawid Sobczak 2025-04-14 07:44:54 +01:00
parent 6bf4df85da
commit 4715742aa8
176 changed files with 27 additions and 72392 deletions

View file

@ -2,6 +2,6 @@
#include <stdio.h>
int main(void) {
putc('a', stdout);
printf("Hello, World!\n");
return 0;
}