import 'dart:io'; void main() { int n = 7;if(n%2 == 0){print("n is even: $n");return;} print("came here"); }
Standard input is empty
came here
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!