brainfuck-ide/BFInterpreter/build.gradle

13 lines
143 B
Groovy
Raw Permalink Normal View History

apply plugin: 'java'
apply plugin: 'application'
repositories {
mavenCentral()
}
dependencies {
}
mainClassName = 'tpsa.BFInterpreter'