Files
ccc/hello.c
2026-02-04 18:49:13 +01:00

13 lines
192 B
C

#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;
}