Created
March 2, 2024 01:32
-
-
Save andrebaltieri/e67cdd38c179b43fa4c2878df8ebd4b0 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
// 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