blob: bc95a76a81fcf8236e1775aea055b9c365fca214 [file] [log] [blame]
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
pub fn say_hello_from_v1() {
println!("Hello, world - from lib version 1");
}