Skip to content

Instantly share code, notes, and snippets.

@Comamoca
Last active March 8, 2024 05:32
Show Gist options
  • Save Comamoca/ff1bd12babc0fd26fa283ecc89f02f53 to your computer and use it in GitHub Desktop.
Save Comamoca/ff1bd12babc0fd26fa283ecc89f02f53 to your computer and use it in GitHub Desktop.
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