blob: b0681fd5a006509739cb801a3e9815d42d07bb62 [file] [log] [blame]
// Copyright 2014 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:flutter/material.dart';
void main() {
runApp(const Text('Nothing to show'));
}