pdk_script/
lib.rs

1// Copyright (c) 2025, Salesforce, Inc.,
2// All rights reserved.
3// For full license text, see the LICENSE.txt file
4
5//! # pdk-script
6//!
7//! Test crate
8
9pub fn test() {
10    println!("Test!");
11}