dodanie zmiennych

This commit is contained in:
Radek 2022-06-07 22:51:30 +02:00
parent a659ac978e
commit 9b871c013a

2
main.c
View File

@ -3,5 +3,7 @@
int main (void)
{
puts ("Hello World!");
int a = 0;
int b = 0;
return 0;
}