Skip to content
Roch Delsalle edited this page Nov 21, 2013 · 1 revision

Download scct JAR. Compile and instrument your source:

$ scalac -Xplugin:scct_2.10-0.2.1.jar \\
	  -classpath .:scct_2.10-0.2.1.jar Test.scala

Run something:

$ scala -classpath .:scct_2.10-0.2.1.jar Test

Then open:

./index.html
Clone this wiki locally