blob: 36d1fccb231cdc1b376541e2d9086a24826f9682 [file] [log] [blame]
// Copyright 2021 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!" << std::endl;
return 0;
}