Sign in
flutter
/
mirrors
/
cocoon
/
c1e6fa35ff63c55681659b6ff9d560206db23715
/
.
/
codesign
/
lib
/
codesign.dart
blob: 3f18510b3fe80119542d482414be63a34279d820 [
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.
int
calculate
()
{
return
6
*
7
;
}