Skip to content

Commit

Permalink
Merge pull request #3 from hexlet-basics/new-structure
Browse files Browse the repository at this point in the history
switch to new structure
  • Loading branch information
Malcom1986 authored Dec 27, 2023
2 parents 4c33e3d + 85152d3 commit cd4a1dc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/10-basics/10-hello-world/ru/EXERCISE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

Наберите в редакторе код из задания символ в символ и нажмите «Проверить».

```sh
echo 'Hello, World!'
```
5 changes: 5 additions & 0 deletions modules/10-basics/10-hello-world/ru/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
По традиции начнем с написания программы 'Hello, World!'. Эта программа будет выводить на экран текст:

```sh
echo 'Hello, World!'
```
2 changes: 2 additions & 0 deletions modules/10-basics/10-hello-world/ru/data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name: Привет, Мир!
tips: []

0 comments on commit cd4a1dc

Please sign in to comment.