blob: 4cc9cfbfb6e52f3890c58d0efcc231e0e90666b9 [file] [log] [blame]
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:flag_app/flag_app.dart' as flag_app;
void main(List<String> arguments) {
print('Hello world: ${flag_app.flagList()}!');
}