summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/about/demo-data.lua
blob: 96b55acd03e5dc25bcbb001b299ef30949252172 (plain)
1
2
3
4
5
6
7
8
9
10
return {
 { 1, 2 },
 { 2, 4 },
 { 3, 3 },
 { 4, 2 },
 { 5, 2 },
 { 6, 3 },
 { 7, 4 },
 { 8, 1 },
}