Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 481 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 481 Bytes

Implemented in Clojure, JS/HTML5, Python, Rust, Java and Swift.

# Clojure:
cd clojure/
lein run

# HTML5/JS:
# open js/index.html in your Browser, on OSX:
open -a /Applications/Firefox.app js/index.html

# Python:
python3 python/tree.py

# Rust:
cd rust/
cargo run

# Swift:
cd swift/
swift build
./.build/debug/PythagorasTree

# Java:
cd java/
./build.sh run

# C++:
cd c++
make
./proh