dart read from terminal

182

import 'dart:io';

void main(){
  var input = stdin.readLineSync();
}

Comments

Submit
0 Comments