Skip to content

Commit e77336f

Browse files
committed
mahjong hu version 3
1 parent e4f5818 commit e77336f

File tree

2 files changed

+902
-0
lines changed

2 files changed

+902
-0
lines changed

mahjong/genv3.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
if [ ! -d "tbl" ]; then
3+
mkdir tbl
4+
fi
5+
g++ mahjongHu_v3.cpp -ov3

0 commit comments

Comments
 (0)