Facebook
From Scanty Pheasant, 6 Years ago, written in C.
Embed
Download Paste or View Raw
Hits: 230
  1. int main(int argc, char* argv[])
  2. {
  3.     if(argc < 3)
  4.     {
  5.         printf("Za mało argumentów");
  6.         return 0;
  7.     }