Skip to content

Instantly share code, notes, and snippets.

@X7md
Created September 30, 2024 09:41
Show Gist options
  • Save X7md/812d298e9544dc7dddba9ed94307c29f to your computer and use it in GitHub Desktop.
Save X7md/812d298e9544dc7dddba9ed94307c29f to your computer and use it in GitHub Desktop.
graph TD
    A[Start] --> B[/Input x and y/]
    B --> C{Swap values}
    C --> D[\Output new values of x and y\]
    D --> E[End]
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment