Fox_McCloud77

CSLight_HW_1

Feb 10th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.46 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6.  
  7. namespace CSLight_HW_1
  8. {
  9.     class Program
  10.     {
  11.         static void Main(string[] args)
  12.         {
  13.             int i;
  14.             float f;
  15.             byte b;
  16.             string s;
  17.             char c;
  18.             bool bl;
  19.             long l;
  20.             short sh;
  21.             double d;
  22.             uint ui;
  23.         }
  24.     }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment