Last active
March 8, 2024 05:32
-
-
Save Comamoca/ff1bd12babc0fd26fa283ecc89f02f53 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fn main() { | |
let result = { | |
fn 半端な生命() -> &'static str { | |
return "半端な生命"; | |
} | |
}; | |
fn 半端な生命() -> &'static str { | |
return "少々ここらでオーバライド"; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment