blob: c716b37b886e6da86e1fd50570e782e572f6d6e8 [file] [log] [blame]
// Copyright 2022 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 <fidl/fuchsia.hardware.i2c/cpp/driver/wire.h>
#include <fuchsia/mem/cpp/fidl.h>
#include <iostream>
int main() {
std::cout << "Hello, World!\n";
return 0;
}