Files
ccc/hello.c
2026-02-04 23:13:24 +01:00

19 lines
246 B
C

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