Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- namespace Homework1
- {
- class Program
- {
- static void Main()
- {
- int health;
- uint userCoins;
- float strafeSpeed;
- double runSpeed;
- string username;
- byte age;
- sbyte number;
- char password;
- long distance;
- uint heroDamage;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement