Hello{user name}

import 'dart:io'; main() { stdout.writeln('What is you name? '); String name = stdin.readLineSync(); print('Hello ${name}'); }

1 Response

This is Dart

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.