Skip to content

Instantly share code, notes, and snippets.

View bgigle's full-sized avatar
👨‍💻

Brandt Gigle bgigle

👨‍💻
  • Chariot Solutions
  • Ft. Washington, PA, USA
View GitHub Profile
@bgigle
bgigle / Main.kt
Last active October 23, 2018 20:00
Kotlin: Al Fresco reference code
import java.time.LocalDate
import java.time.Period
import java.util.stream.Collectors
/**
* Reference code for Kotlin: Al Fresco
*/
object Main {
@JvmStatic
fun main(args: Array<String>) {