Skip to content

Instantly share code, notes, and snippets.

@EntaltsevSN
Created September 18, 2023 14:57
Show Gist options
  • Save EntaltsevSN/1878887efaeb7e56b0d8db0ccc241355 to your computer and use it in GitHub Desktop.
Save EntaltsevSN/1878887efaeb7e56b0d8db0ccc241355 to your computer and use it in GitHub Desktop.
sbyte a = -99;
ushort b = 55555;
uint c = 2394672295;
float d = 65.46f;
char e = 'a';
string f = "World";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment