Sign in
fuchsia
/
fuchsia
/
main
/
.
/
tools
/
debug
/
covargs
/
cmd
/
testdata
/
build
/
fbl.c
blob: c2759e1d1354578bb4294a646c837c32dc1c28a1 [
file
] [
log
] [
blame
]
// Copyright 2020 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.
void
puts
(
const
char
*);
int
main
()
{
puts
(
"Hello, World!"
);
return
0
;
}