This website works better with JavaScript.
首頁
探索
說明
註冊
登入
nils
/
WhileInterpreter
镜像来自
https://github.com/malteschmitz/WhileInterpreter.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Add shell scripts
pull/1/head
Malte Schmitz
9 年之前
父節點
5651a39cc8
當前提交
5cfcc1f371
共有
2 個文件被更改
,包括
5 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
compile.sh
+2
-0
run.sh
+ 3
- 0
compile.sh
查看文件
@@ -0,0 +1,3 @@
#!/bin/sh
mkdir -p out
javac -d out src/*.java src/**/*.java
+ 2
- 0
run.sh
查看文件
@@ -0,0 +1,2 @@
#!/bin/sh
java -cp out Main mult.whl
Write
Preview
Loading…
取消
儲存