Compare commits

..

No commits in common. "12b88e4ddc50004b2bfe1aae7032b2a22dcc9698" and "a659ac978e6fcff6fe1c30b37bcba6aee4625d78" have entirely different histories.

5
main.c
View File

@ -1,12 +1,7 @@
#include <stdio.h>
// szybkie dodawanie
int main (void)
{
puts ("Hello World!");
int a = 0;
int b = 2;
int c = a + b;
return 0;
}