Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created August 17, 2016 13:03
zoffix@leliana:/tmp/tmp.m0TGnHo3HC$ tree
.
└── lib
├── JSON
│   └── Fast.pm6
└── URI.pm6
2 directories, 2 files
zoffix@leliana:/tmp/tmp.m0TGnHo3HC$ perl6 -Ilib -MJSON::Fast -MURI -e 'JSON::Fast.new; URI.new'
hello!
hello here too!
zoffix@leliana:/tmp/tmp.m0TGnHo3HC$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment