hello.c 81 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 #include "witaj.h" #include <stdio.h> int main() { witaj(); return 0; }