Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 265 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 265 Bytes

materia-y

  • podstawy notacji Markdown
  • Atom edytor
  • Bash
  • SSH

Piewrwsze programy w C

Zwykle zaczynamy od programu hello world:

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