main

open fun main(args: Array<String>)

Entry point spawning a ThermostatAgent with a cold threshold of 20, a hot threshold of 24, and a starting temperature of 30, then waiting for it to reach a stable temperature before the JVM exits.

Throws

if the current thread is interrupted while waiting for the agent thread to terminate.