blob: 24f4365be6f78f206fbcced8207cda811cec44fb [file] [log] [blame] [edit]
// Copyright 2023 The ChromiumOS Authors
// 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;
}