small-projects/python-c-interpriter/other.h
2025-04-11 15:59:55 -05:00

5 lines
52 B
C

void foo() {
int x = 10;
printf("%d", x);
}