Skip to content

Instantly share code, notes, and snippets.

@andrebaltieri
Created March 2, 2024 01:32
Show Gist options
  • Save andrebaltieri/e67cdd38c179b43fa4c2878df8ebd4b0 to your computer and use it in GitHub Desktop.
Save andrebaltieri/e67cdd38c179b43fa4c2878df8ebd4b0 to your computer and use it in GitHub Desktop.
// Exemplo de variáveis
let a = 10;
let b: u32 = 20;
let c = a + b;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment