blob: 9054109bdf8812e1446e5a11a54096318744a3a2 [file] [log] [blame]
// Part of the Crubit project, under the Apache License v2.0 with LLVM
// Exceptions. See /LICENSE for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
fn main() {
let sum = example_lib::gshoe_add_two_integers(2, 2);
println!("sum = {sum}");
}