blob: a20452fdcde9045d2de2e82727711b3c612314b6 [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 <iostream>
int main() {
std::cout << "hello miniOS" << std::endl;
return 0;
}