19 lines
246 B
C
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;
|
|
}
|