Files
R_EoM/tests/sample_test.rs
T
2026-07-14 15:30:23 -05:00

7 lines
119 B
Rust

use r_eom;
#[test]
fn test_library_greeting() {
assert_eq!(r_eom::greeting(), "Hello from the R_EoM library!");
}