×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: C
Posted by: edson ima
Added: Feb 14, 2022 3:50 PM
Views: 402
Tags: no tags
  1. /*
  2.  * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
  3.  * Click nbfs://nbhost/SystemFileSystem/Templates/cFiles/main.c to edit this template
  4.  */
  5.  
  6. /*
  7.  * File:   main.c
  8.  * Author: lima
  9.  *
  10.  * Created on 24 de Janeiro de 2022, 18:13
  11.  */
  12.  
  13. #include <stdio.h>
  14. #include <stdlib.h>
  15.  
  16. /*
  17.  *
  18.  */
  19. int main(int argc, char** argv) {
  20.  
  21.     return (EXIT_SUCCESS);
  22. }
  23.  
  24.