lec 3 done
This commit is contained in:
10
lectures/lec4/part2/task3.pug
Normal file
10
lectures/lec4/part2/task3.pug
Normal file
@@ -0,0 +1,10 @@
|
||||
- var tag = 'h'
|
||||
- var i = 1
|
||||
|
||||
#{tag+i} Уровень #{i}
|
||||
- i++
|
||||
#{tag+i} Уровень #{i}
|
||||
- i++
|
||||
#{tag+i} Уровень #{i}
|
||||
- i++
|
||||
#{tag+i} Уровень #{i}
|
||||
Reference in New Issue
Block a user