Hi Guys,
I have one simple script in dart language. But when I try to run this script, it shows me the below error.
func() {
print("Name: Nadeem");
}
$ dart hello.dart
Dart_LoadScriptFromKernel: The binary program does not contain 'main'.
How can I solve this error?