tutClubInfo/main.c
2023-02-16 15:14:39 +01:00

9 lines
89 B
C

#include<stdio.h>
#include<stdlib.h>
int main() {
int var = 6;
printf("%d", var);
}