Skip to content

Commit

Permalink
Add backend for Thai Lottery Lucky Numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
chornerman committed Sep 24, 2023
1 parent dac1743 commit 51e9df2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions studio/thailotteryluckynumbers/lucky_numbers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
{
"date": "01/01/2020",
"numbers": [
3,
6,
9
],
"result": "Correct"
},
{
"date": "16/01/2020",
"numbers": [
1,
2,
3
],
"result": "Wrong"
}
]

0 comments on commit 51e9df2

Please sign in to comment.