Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 222 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 222 Bytes

Universal Turing Machine (UTM) 🤖

Simulation of a universal Turing machine (UTM) in Kotlin.

Checkout this PDF for more details.

Run

gradle run

Tests

gradle test