Sign in
fuchsia
/
fuchsia
/
main
/
.
/
sdk
/
lib
/
ld
/
test
/
modules
/
libc-hello-world.cc
blob: a6765116282ab795666e07b5472a62d5acf6c54b [
file
]
// 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
()
{
puts
(
"Hello, world!"
);
return
0
;
}