index
:
wmiuwr.git
main
My university solutions, lists and stuff. If you want to thank me for my notes, then buy me a craft beer (preferably IPA or baltic porter). Or just say *thank you* when we meet :)
Franciszek Malinka
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
semestr-4
/
ask
/
lista8
/
mismatch-a.c
blob: 39436f28d08b46a50e9da4a9b516d20aab80ae67 (
plain
)
1
2
3
4
5
6
7
/* mismatch-a.c */
void
p2
(
void
);
int
main
()
{
p2
();
return
0
;
}