Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace CSLite1
- {
- internal class Program
- {
- static void Main(string[] args)
- {
- ulong rabbitsCount = 2;
- byte hammerDurability = 32;
- float waterAmount = 100.0f;
- bool isGoodVariable = true;
- long playerHealth = 99;
- uint storageCapacity = 1000000;
- string randomName = "John";
- ushort age = 22;
- short inventorySize = 1000;
- double successProbability = 0;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment