blob: a68f5154c094b68fda4e6e427f57181284858b49 [file] [log] [blame]
// Copyright 2018 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 "oobe_config/oobe_config.h"
namespace oobe_config {
std::string Hello() {
return "OOBE Config";
}
} // namespace oobe_config