Back
Dart Compiler
Reset
Clear
Run
Code
void main(List
args) { print("Hello, Dart!"); if (args.isNotEmpty) { print("First arg: ${args[0]}"); } }
STDIN (optional)
Args (space separated)
Output