Sign in
dart
/
sdk.git
/
f36420a912bb76b61fc8b934286df44dd1aff09b
/
.
/
pkg
/
front_end
/
benchmarks
/
ikg
/
hello.dart
blob: dca2fae651bfac95d620aba1c50040e401b527c2 [
file
] [
log
] [
blame
]
// 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'
);