We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f5818 commit e77336fCopy full SHA for e77336f
mahjong/genv3.sh
@@ -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