blob: e2062bfa592abd6bef0f8b25d4f09872ed8cf9ba [file] [log] [blame]
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "minios/minios.h"
int main() {
MiniOs minios;
return minios.Run();
}