new horizon

This commit is contained in:
2026-02-04 18:49:13 +01:00
parent 92c2963dd6
commit dea8f2425e
7 changed files with 3139 additions and 154 deletions

12
hello.c Normal file
View File

@@ -0,0 +1,12 @@
#include <stdio.h>
#include <stdint.h>
typedef static unsigned char HEY;
int main() {
hello[]="hello";
HEY res=8;
if (res!=9) {
printf(hello);
}
unsigned char r=6;
return r;
}