Files
operating-systems/test.c
2024-08-26 15:35:43 +02:00

8 lines
81 B
C

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