Facebook
From Idiotic Cassowary, 5 Years ago, written in C.
This paste is a reply to Untitled from Speedy Parrot - view diff
Embed
Download Paste or View Raw
Hits: 364
  1.         /*Zerowanie tablicy*/
  2.         for( i=0;i<wiersz;i++)
  3.         {
  4.                 for( j=0;j<wiersz;j++)
  5.                 {
  6.                         a[i][j]=0;
  7.                 }
  8.         }
  9.         /*Zerowanie tablicy*/