blob: eaf8380922eb8eac6c9e1ae4a53a37654cfd7a3c [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 <cstdio>
int main() {
puts("hello world");
return 0;
}