Sign in
dart
/
sdk
/
6e53ac6e4c7b3d94de5ee0370a538b03dafded1c
/
.
/
pkg
/
front_end
/
benchmarks
/
ikg
/
hello.dart
blob: dca2fae651bfac95d620aba1c50040e401b527c2 [
file
]
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
main
()
=>
print
(
'hello world'
);