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 7c734fb commit 96caa63Copy full SHA for 96caa63
.gitpod.yml
@@ -3,6 +3,6 @@
3
# and commit this file to your remote git repository to share the goodness with others.
4
5
tasks:
6
- - init: ./gradlew build
+ - init: echo -e "You can test any algorithms here. Try run BFPRT with following command:\n./gradlew run -PclassName='select.BFPRT'"
7
8
0 commit comments