Skip to content

Commit

Permalink
Merge pull request nusCS2113-AY1920S1#13 from j-lum/javaexec
Browse files Browse the repository at this point in the history
Add configuration for console applications
  • Loading branch information
j-lum authored Aug 21, 2019
2 parents 6e6ace1 + a3ca5a4 commit 7b60e81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ application {
// Change this to your main class.
mainClassName = "seedu.duke.Duke"
}

run {
standardInput = System.in
}

0 comments on commit 7b60e81

Please sign in to comment.