zad1i2 comment

This commit is contained in:
Michał Krzysztof Feiler 2019-01-24 19:42:13 +01:00
parent 05de7c7965
commit 7c5b7d8aa9
No known key found for this signature in database
GPG Key ID: E35C2D7C2C6AC724
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
/* Zad 1&2 z zestawu 2. Ćwiczenia z ASD.
* Wypisuje tablicę wskazującą liczby pierwsze 1024
* Następnie wypisuje liczby pierwsze Mersenne'a 2^20
* 23 sty 2019
* Michał Krzysztof Feiler (s444368) <archiet@wmi.amu.edu.pl>
* */
#include <math.h>
#include <stdio.h>