#[derive(Debug)]
struct Hamusuta {
name: &'static str,
}
fn main() {
let hamusuta = Hamusuta {
name: "Hamusuta",
};
println!("{:?}", &hamusuta);
println!("now learning rust...");
}
Popular repositories Loading
-
pm2
pm2 PublicForked from Unitech/pm2
Node.js Production Process Manager with a built-in Load Balancer.
JavaScript 1
-
ImHex
ImHex PublicForked from WerWolv/ImHex
🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
C++ 1
-
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.