Facebook
From Muntean Ovidiu-Andrei, 4 Years ago, written in C.
Embed
Download Paste or View Raw
Hits: 124
  1. #include<stdio.h>
  2. int main()
  3. {
  4.  
  5. system("pause");
  6. return 0;
  7. }