Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
platform2
/
1cbefaa36bb6030e223039c81838bc317c1d7995
/
.
/
minios
/
main.cc
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
();
}