-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command line run #28
Comments
Hi @MaaxGr , thanks for your response. |
This template provides a minimal setup for running Advent of Code solutions via IDE. Using @MaaxGr suggestion, we can go further and parametrize the
and run it with:
|
Thanks alot for this thread!! I had soo much issues with running it on vscode(Intellij is still downloading and I thought to try it out in vscode, but damn it was a pain to setup) Any idea how to setup the autocomplete on vscode ..? |
Hi, I have downloaded your template and I am struggling about how to run the Day01.kt file from command line.
Gradle build -> gradle run does not work since there is no a run task in the build script.
Thank you in advance for your help.
The text was updated successfully, but these errors were encountered: