×

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: 399
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. nbfs://nbhost/SystemFileSystem/Templates/cFiles/main.c to edit this template
  15.  */
  16.  
  17. /*
  18.  * File:   main.c
  19.  * Author: lima
  20.  *
  21.  * Created on 15 de março de 2022, 10:22
  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.