Started the kotlin track
This commit is contained in:
BIN
kotlin/two-fer/.gradle/4.8/fileChanges/last-build.bin
Normal file
BIN
kotlin/two-fer/.gradle/4.8/fileChanges/last-build.bin
Normal file
Binary file not shown.
BIN
kotlin/two-fer/.gradle/4.8/fileContent/fileContent.lock
Normal file
BIN
kotlin/two-fer/.gradle/4.8/fileContent/fileContent.lock
Normal file
Binary file not shown.
BIN
kotlin/two-fer/.gradle/4.8/fileHashes/fileHashes.bin
Normal file
BIN
kotlin/two-fer/.gradle/4.8/fileHashes/fileHashes.bin
Normal file
Binary file not shown.
BIN
kotlin/two-fer/.gradle/4.8/fileHashes/fileHashes.lock
Normal file
BIN
kotlin/two-fer/.gradle/4.8/fileHashes/fileHashes.lock
Normal file
Binary file not shown.
BIN
kotlin/two-fer/.gradle/4.8/fileHashes/resourceHashesCache.bin
Normal file
BIN
kotlin/two-fer/.gradle/4.8/fileHashes/resourceHashesCache.bin
Normal file
Binary file not shown.
BIN
kotlin/two-fer/.gradle/4.8/taskHistory/taskHistory.bin
Normal file
BIN
kotlin/two-fer/.gradle/4.8/taskHistory/taskHistory.bin
Normal file
Binary file not shown.
BIN
kotlin/two-fer/.gradle/4.8/taskHistory/taskHistory.lock
Normal file
BIN
kotlin/two-fer/.gradle/4.8/taskHistory/taskHistory.lock
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
#Thu Jun 21 08:14:56 CDT 2018
|
||||
gradle.version=4.8
|
BIN
kotlin/two-fer/.gradle/buildOutputCleanup/outputFiles.bin
Normal file
BIN
kotlin/two-fer/.gradle/buildOutputCleanup/outputFiles.bin
Normal file
Binary file not shown.
0
kotlin/two-fer/.gradle/vcsWorkingDirs/gc.properties
Normal file
0
kotlin/two-fer/.gradle/vcsWorkingDirs/gc.properties
Normal file
22
kotlin/two-fer/README.md
Normal file
22
kotlin/two-fer/README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Two Fer
|
||||
|
||||
`Two-fer` or `2-fer` is short for two for one. One for you and one for me.
|
||||
|
||||
```text
|
||||
"One for X, one for me."
|
||||
```
|
||||
|
||||
When X is a name or "you".
|
||||
|
||||
If the given name is "Alice", the result should be "One for Alice, one for me."
|
||||
If no name is given, the result should be "One for you, one for me."
|
||||
|
||||
|
||||
|
||||
|
||||
## Source
|
||||
|
||||
This is an exercise to introduce users to basic programming constructs, just after hello World. [https://en.wikipedia.org/wiki/Two-fer](https://en.wikipedia.org/wiki/Two-fer)
|
||||
|
||||
## Submitting Incomplete Solutions
|
||||
It's possible to submit an incomplete solution so you can see how others have completed the exercise.
|
28
kotlin/two-fer/build.gradle
Normal file
28
kotlin/two-fer/build.gradle
Normal file
@@ -0,0 +1,28 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.2.40'
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'kotlin'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
|
||||
testCompile 'junit:junit:4.12'
|
||||
testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
|
||||
}
|
||||
test {
|
||||
testLogging {
|
||||
exceptionFormat = 'full'
|
||||
events = ["passed", "failed", "skipped"]
|
||||
}
|
||||
}
|
Binary file not shown.
BIN
kotlin/two-fer/build/classes/kotlin/main/TwoFerKt.class
Normal file
BIN
kotlin/two-fer/build/classes/kotlin/main/TwoFerKt.class
Normal file
Binary file not shown.
BIN
kotlin/two-fer/build/classes/kotlin/test/TwoferTest.class
Normal file
BIN
kotlin/two-fer/build/classes/kotlin/test/TwoferTest.class
Normal file
Binary file not shown.
BIN
kotlin/two-fer/build/kotlin-build/artifact-difference.tab
Normal file
BIN
kotlin/two-fer/build/kotlin-build/artifact-difference.tab
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
kotlin/two-fer/build/kotlin-build/artifact-difference.tab.len
Normal file
BIN
kotlin/two-fer/build/kotlin-build/artifact-difference.tab.len
Normal file
Binary file not shown.
Binary file not shown.
BIN
kotlin/two-fer/build/kotlin-build/artifact-difference.tab_i
Normal file
BIN
kotlin/two-fer/build/kotlin-build/artifact-difference.tab_i
Normal file
Binary file not shown.
BIN
kotlin/two-fer/build/kotlin-build/artifact-difference.tab_i.len
Normal file
BIN
kotlin/two-fer/build/kotlin-build/artifact-difference.tab_i.len
Normal file
Binary file not shown.
1
kotlin/two-fer/build/kotlin-build/version.txt
Normal file
1
kotlin/two-fer/build/kotlin-build/version.txt
Normal file
@@ -0,0 +1 @@
|
||||
11001
|
BIN
kotlin/two-fer/build/kotlin/compileKotlin/build-history.bin
Normal file
BIN
kotlin/two-fer/build/kotlin/compileKotlin/build-history.bin
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
2011001
|
@@ -0,0 +1 @@
|
||||
8011001
|
@@ -0,0 +1 @@
|
||||
4011001
|
BIN
kotlin/two-fer/build/kotlin/compileKotlin/last-build.bin
Normal file
BIN
kotlin/two-fer/build/kotlin/compileKotlin/last-build.bin
Normal file
Binary file not shown.
BIN
kotlin/two-fer/build/kotlin/compileTestKotlin/build-history.bin
Normal file
BIN
kotlin/two-fer/build/kotlin/compileTestKotlin/build-history.bin
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user