moving all labs to old dir
This commit is contained in:
10
old/lectures/lec4/part2/task3.pug
Normal file
10
old/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