blob: 390f638b57fa58bdbc4badf1ff12506bb3ed6007 [file] [log] [blame]
// Copyright 2019 The Flutter Authors. 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:codesign/codesign.dart' as codesign;
void main(List<String> arguments) {
print('Hello world: ${codesign.calculate()}!');
}