import'dart:io'; void main(){ stdout.write('write your text here '); var userInput=stdin.readLineSync(); print(userInput); }