blob: 52f3b56fa1c5b899adda5a48669051353ebc7b9a [file] [log] [blame]
// 15 Puzzle on Torus - June 2019
// Copyright 2019 The Fuchsia 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:fuchsia_modular/module.dart';
import 'package:fuchsia_logger/logger.dart';
void main() {
setupLogger(name: 'torus15');
// launch app
Module();
}