Skip to content

mklimko/jprog

Repository files navigation

Języki programowania

  • Podstawy notacji Markdown
  • Podstawy GitHub
  • Atom edytor
  • Bash
  • SSH
  • Hasła

Pierwsze programy w C

Zwykle zaczynamy od programu hello world:

int main() {
  printf("hello world\n");
  }

Zadania

Budowanie programów (+ Makefile)

Elementarz 1 (+ Makefile)

Pętle (+ Makefile)

Funkcje (+ Makefile)

Elementarz 2 (+ Makefile)

Elementarz 3 (+ Makefile)

Rekurencja (+ Makefile)

Struktury (+ Makefile)

About

Języki programowania

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published