Sign in
fuchsia
/
fuchsia
/
HEAD
/
.
/
build
/
bazel
/
examples
/
hello_host
/
main.cc
blob: b53d0551a0af4143cdb1ce72e63fc4a500444728 [
file
] [
log
] [
blame
]
// Copyright 2025 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.
#include
<stdio.h>
int
main
()
{
printf
(
"Hello host World!\n"
);
return
0
;
}