Sign in
fuchsia
/
fuchsia
/
978bf6b231e5
/
.
/
sdk
/
cts
/
tests
/
tools
/
package_manager
/
components
/
hello_world.cc
blob: ea4f6b9661de1be203ae1be9fdce368a2f31d3c9 [
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.
#include
<iostream>
int
main
()
{
std
::
cout
<<
"Hello, World!\n"
;
return
0
;
}