Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
profnelsonseixas authored Sep 30, 2024
1 parent 37a6501 commit cdb1727
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ Este site apresenta o básico da linguagem C com o fim de facilitar o entendimen
A referência básica que seguimos aqui é o [Manual da Linguagem C99](https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf), mas utilizamos apenas os construtos do subconjunto da linguagem C89 na forma como ela é implementado pelo compilador [GCC](https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Standards.html#C-Language).

Para a parte prática, usamos também os seguintes tutoriais:
-
- [Programiz](https://www.programiz.com/c-programming)
- [Geeks for Geeks](https://www.geeksforgeeks.org/c-programming-language/)
- [Learn C](https://www.learn-c.org/)
- [Tutorialspoint](https://www.tutorialspoint.com/cprogramming/index.htm)

O sumário deste site vai a seguir:

Expand Down

0 comments on commit cdb1727

Please sign in to comment.