From 9c439e653e19472c242fc0bff10e31a57b1ea45f Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Mon, 3 Apr 2017 22:23:57 -0300 Subject: Initial commit --- examples/rooms.p6 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/rooms.p6 (limited to 'examples/rooms.p6') diff --git a/examples/rooms.p6 b/examples/rooms.p6 new file mode 100644 index 0000000..7f62233 --- /dev/null +++ b/examples/rooms.p6 @@ -0,0 +1,6 @@ +use Matrix::Client; + +my $c = Matrix::Client.new: :home-server; +$c.login: @*ARGS[0], @*ARGS[1]; + +say $c.rooms; -- cgit v1.2.3-54-g00ecf