Spaces:
Sleeping
Sleeping
朱东升
commited on
Commit
·
5620318
1
Parent(s):
3402804
update19
Browse files- src/eval_cs.py +2 -5
src/eval_cs.py
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
-
import os
|
2 |
-
import subprocess
|
3 |
-
from pathlib import Path
|
4 |
-
|
5 |
import os
|
6 |
import subprocess
|
7 |
import tempfile
|
8 |
from pathlib import Path
|
9 |
-
|
|
|
10 |
|
11 |
LANG_NAME = "CSharp"
|
12 |
LANG_EXT = ".cs"
|
|
|
|
|
|
|
|
|
|
|
1 |
import os
|
2 |
import subprocess
|
3 |
import tempfile
|
4 |
from pathlib import Path
|
5 |
+
|
6 |
+
from generic_eval import main
|
7 |
|
8 |
LANG_NAME = "CSharp"
|
9 |
LANG_EXT = ".cs"
|