This commit is contained in:
Kartik K. Agaram 2023-10-17 16:02:49 -07:00
parent 368152d822
commit 0e5f69b099
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
Data = {
-- example standings during the 2023 Cricket World Cup
-- an example if you don't provide any data
-- standings from during the 2023 Cricket World Cup
Ind={Pak=2, Aus=2},
NZ={Eng=2},
SA={Aus=2, SL=2},
@ -7,4 +8,4 @@ Data = {
Aus={Ind=0, SA=0, SL=2},
SL={SA=0, Pak=0, Aus=0},
Eng={NZ=0}
}
}