Ecosyste.ms: Awesome
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: 17 days ago
JSON representation
Repository with all source files developed during the Programming 1 (P1) subject of my undergraduate course in Computer Science (CC).
- Host: GitHub
- URL: https://github.com/theduardomaciel/cc-p1
- Owner: theduardomaciel
- Created: 2023-08-12T06:06:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-16T00:42:57.000Z (about 1 year ago)
- Last Synced: 2023-10-16T20:13:18.755Z (about 1 year ago)
- Topics: c, gcc, wsl
- Language: C
- Homepage: https://theduardomaciel.vercel.app
- Size: 3.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```