Sign in
android
/
platform
/
external
/
openscreen
/
b07eed8d
/
.
/
hello_shared.cc
blob: 1f0976669d4511dc03f1594b6ff3fea485ecc047 [
file
] [
log
] [
blame
]
// Copyright 2018 The Chromium 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
"hello_shared.h"
const
char
*
GetSharedText
()
{
return
"world"
;
}