An open API service indexing awesome lists of open source software.

https://github.com/theduardomaciel/cc-p1

Repository with all source files developed during the Programming 1 (P1) subject of my undergraduate course in Computer Science (CC).
https://github.com/theduardomaciel/cc-p1

c gcc wsl

Last synced: about 1 month ago
JSON representation

Repository with all source files developed during the Programming 1 (P1) subject of my undergraduate course in Computer Science (CC).

Awesome Lists containing this project

README

        

# códigos em C

Repositório contendo todos os arquivos fonte em C desenvolvidos durante a matéria Programação 1 (P1) do curso de Ciência da Computação (CC)

- Snippet para compilação e execução do código com base em um arquivo `input.in` simultâneamente:
```
gcc ../x.c -o x && ./x < ../input.in
```