Sign in
dart
/
sdk
/
cba9543c70ded0d4b1e15ff9ed86d8c59813d82f
/
.
/
benchmarks
/
IsolateSpawnMemory
/
dart2
/
helloworld.dart
blob: 6b0f19134ab03f91f8e6ef4d8a4500e5aea5507e [
file
] [
log
] [
blame
]
// @dart=2.9
void
main
()
{
print
(
'Hello, world!'
);
}