blob: 82c660e91afcb4a16ca0102f486b969eccde18ea [file]
void main(List<String> args) {
print('Hello from other app ${args.join(' ')}');
}