Skip to content

Instantly share code, notes, and snippets.

@ModProg
Created January 19, 2024 12:52
Show Gist options
  • Save ModProg/1f2f54587604d95e3b973f7ab5d86b06 to your computer and use it in GitHub Desktop.
Save ModProg/1f2f54587604d95e3b973f7ab5d86b06 to your computer and use it in GitHub Desktop.
Discord unterstützt z.B. nicht das Schachteln von Codeblöcken.
```rs
fn main() {
    println!("Hello world!");
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment