1 2 3 4 5 6
// Copyright (c) Aptos // SPDX-License-Identifier: Apache-2.0 fn main() -> shadow_rs::SdResult<()> { shadow_rs::new() }