Advertisement
xomanya

1.2

Aug 13th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.49 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 DZ
  8. {
  9.     class Program
  10.     {
  11.         static void Main(string[] args)
  12.         {
  13.             int per;
  14.             uint u_per;
  15.             long hmm123;
  16.             ulong hMM321;
  17.             bool omg___;
  18.             double dblDBL;
  19.             float stopIT;
  20.             char l_e_t_t_e_r;
  21.             byte bb;
  22.             sbyte BB_1;
  23.         }
  24.     }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement