Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 203 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 203 Bytes

UTFPR Primeiro Código GitHub

Trabalho De Introdução A Engenharia De Software, da UTFPR.

#include <stdio.h>

  int main(){
  
    printf("Hello, World!!!");
    
    return 1;
}