MCPcopy Create free account
hub / github.com/Ainevsia/Leetcode-Rust / main

Function main

155. Min Stack/src/main.rs:1–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1fn main() {
2 println!("Hello, world!");
3}
4
5struct MinStack {
6 s: Vec<i32>, /* the normal stack */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected