import 'functions.dart'; void main(List arguments) { print( 'Hello Dart, arguments=$arguments getWorkingDirectory()=${getWorkingDirectory()}'); }