import "dart:io"; void main() { print("Mi a neved?: "); String? fullname = stdin.readLineSync(); print('Üdv: $fullname'); }