Skip to content

Instantly share code, notes, and snippets.

@AlexHaxe
AlexHaxe / Main.hx
Last active January 4, 2020 13:35 — forked from jdonaldson/Main.hx
Paths example
import haxe.Int64;
class Main {
static function main() {
printPage(["Home"]);
printPage(["Foo", Boo, "1"]);
printPage(["Foo", "hii", "1"]);
printPage(["Foo64", "hooo", "1234567890123456"]);
printPage(["Scales", "ukulele", "Chromatic"]);
printPage(["Custom", "Path", "To", "Content"]);