Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created August 17, 2016 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/98c1e0f3313b7e237c3ed1f81a40cd06 to your computer and use it in GitHub Desktop.
Save zoffixznet/98c1e0f3313b7e237c3ed1f81a40cd06 to your computer and use it in GitHub Desktop.
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