#!/usr/bin/env perl6

use v6;

use lib 'lib';
use App::Perl6LangServer;

my $app = App::Perl6LangServer.new;
$app.run;
