lec 3 done
This commit is contained in:
8
lectures/lec4/part2/task5.pug
Normal file
8
lectures/lec4/part2/task5.pug
Normal file
@@ -0,0 +1,8 @@
|
||||
table
|
||||
- for(var i=0;i<10;i++)
|
||||
tr
|
||||
- for(var j=0;j<10;j++)
|
||||
- if((i + j) % 2 == 0)
|
||||
td.white
|
||||
- else
|
||||
td.black
|
||||
Reference in New Issue
Block a user