blob: 25b7d96125fbe445089359a5cfcc650ed02d1c0b [file] [log] [blame]
void main(List<String> args) {
throw 'Unimplemented';
}
@pragma('vm:entry-point', 'call')
String getValue() {
return 'program1';
}