Sign in
fuchsia
/
fuchsia
/
refs/heads/sandbox/umangshah/sdio-testing
/
.
/
build
/
dart
/
kernel
/
tests
/
main_flutter.dart
blob: 00d5c6646c369ea0397f624e699801e5c3586aba [
file
] [
log
] [
blame
] [
edit
]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
void
main
()
{
print
(
"Hello, World!"
);
}