Sign in
fuchsia
/
fuchsia
/
776bb70fb6b0
/
.
/
sdk
/
cts
/
tools
/
package_manager
/
components
/
hello_world2.cc
blob: 92942bf754a4c906ca12b15a483e15ef4fbd6ded [
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, World2!\n"
;
return
0
;
}