import 'dart:io';
void main() {
var name;
name = stdin.readLineSync(); // Import Libraay Alt+Enter
print(name); // it will print
}
Which input u will give it . it will simply print it but just String .....
import 'dart:io';
void main() {
var name;
name = stdin.readLineSync(); // Import Libraay Alt+Enter
print(name); // it will print
}
Which input u will give it . it will simply print it but just String .....
For further actions, you may consider blocking this person and/or reporting abuse
Oscar -
Jason Smith -
Mark Santiago -
Nozibul Islam -
Top comments (0)