blob: 6e7a4a65705a8da2f8be6a3c065ba6f882807d85 [file] [log] [blame]
// Copyright 2020 The Chromium OS 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 <base/logging.h>
int main(int argc, char* argv[]) {
LOG(INFO) << "Starting Type C daemon.\n";
return 0;
}