This commit is contained in:
Mert Gör 2025-01-03 12:25:15 +03:00
parent 8197db6832
commit 82507a0ac9
No known key found for this signature in database
GPG key ID: 03E547D043AB6C8F
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2025-01-03 Mert Gör <mertgor@masscollabs.xyz>
* c-basic/pow.c (main): pow example written
2024-11-22 Mert Gör <mertgor@masscollabs.xyz>
* c-basic/C.pdf: Page 30 pow example

View file

@ -16,3 +16,4 @@ int main()
return 0;
}