Skip to content

Commit 830ef14

Browse files
Create README.md
1 parent f6c134b commit 830ef14

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
This project uses scala-cli (scala-cli.virtuslab.org)
2+
3+
Usage exmaples -
4+
5+
format the project
6+
7+
```
8+
scala-cli fmt
9+
```
10+
11+
run tests
12+
```
13+
scala-cli test .
14+
```
15+
16+
running the compare on one of the test files
17+
18+
```
19+
GITHUB_OUTPUT="output.txt" INPUT_FILES="resources/V8.scala_test" scala-cli run .
20+
```

0 commit comments

Comments
 (0)