C/DeitelC/Chapter3/inttest.c
2025-02-04 08:13:18 +03:00

7 lines
71 B
C

#include <stdio.h>
int main(void) {
printf("%d\n", 4-10);
return 0;
}