×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: C
Posted by: edson ima
Added: Mar 15, 2022 10:03 PM
Views: 402
Tags: no tags
  1.  
  2.  
  3. #include <stdio.h>
  4. #include <stdlib.h>
  5.  
  6. /*
  7.  *
  8.  */
  9. int main(int argc, char** argv) {
  10.  
  11.     return (EXIT_SUCCESS);
  12. }
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. #include <stdio.h>
  25. #include <stdlib.h>
  26.  
  27.  
  28.  
  29.  
  30. int main(int argc, char** argv) {
  31.  
  32.     return (EXIT_SUCCESS);
  33. }
  34.  
  35.