This commit is contained in:
louiscklaw
2025-01-31 21:31:32 +08:00
parent c8209d847a
commit 0c89a0db81
145 changed files with 6826 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
player_name,win,lose,tie
June,1,345,999
Tom,3,3,5
Susan,999,6,4
Peter,4,4,6
Sam,999,6,4
t,8,6,23
s,1,6,2
a,2,1,1
Mary,0,1,0
1 player_name win lose tie
2 June 1 345 999
3 Tom 3 3 5
4 Susan 999 6 4
5 Peter 4 4 6
6 Sam 999 6 4
7 t 8 6 23
8 s 1 6 2
9 a 2 1 1
10 Mary 0 1 0