new optis

This commit is contained in:
2026-04-28 17:35:37 +02:00
commit fd8bb0ed19
15 changed files with 6514 additions and 0 deletions

13
hello.c Normal file
View File

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