You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
informatics/.history/posts/programming_20221008174112.mdx

21 lines
353 B

---
title: Программирование
description: Задачи, материал по теме
date: '2021-10-10'
---
## Понедельник 10.10.22
Тема урока: **Установк языка программирования**
```python
print('Heloy World')
```
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```