blob: 96913e4114de1e2a356b501de63831a470a473b7 [file] [log] [blame]
// Copyright 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.
import 'dart:io';
void main() => stdout.writeln('You said: ${stdin.readLineSync()}');