Sign in
mojo
/
mojo-tools
/
915cdc503aca551296caeda7285b1d434cf77331
/
.
/
mojo
/
dart
/
test
/
uri_base_test.dart
blob: 552938cbef199a634b5079076601bb7a123678fd [
file
] [
log
] [
blame
]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'mojo:core'
;
main
()
{
print
(
"${Uri.base}"
);
}