Skip to content

Instantly share code, notes, and snippets.

@kammly
kammly / main.c
Created December 9, 2018 16:41
Nauka
#include <stdio.h>
//wygeneruj liczby od 1 do 100 z wylaczeniem przedzialu 60-70
//uzyj instrukcji zaklocajacych
int main(){
int i;
for(i=1; i<101; i++) {