16d528ed9Sopenharmony_ci// Copyright 2020 The Chromium Authors. All rights reserved. 26d528ed9Sopenharmony_ci// Use of this source code is governed by a BSD-style license that can be 36d528ed9Sopenharmony_ci// found in the LICENSE file. 46d528ed9Sopenharmony_ci 56d528ed9Sopenharmony_ci#include <stdio.h> 66d528ed9Sopenharmony_ci 76d528ed9Sopenharmony_ciint main(int argc, char* argv[]) { 86d528ed9Sopenharmony_ci printf("Hello from the tutorial.\n"); 96d528ed9Sopenharmony_ci return 0; 106d528ed9Sopenharmony_ci} 11