Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.34 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5.  
  6. namespace asde
  7. {
  8.     interface mat
  9.     {
  10.         void matSmältning();
  11.         double tjockTarmbajs(double tjockis);
  12.         void bigmac();
  13.     }
  14.  
  15.     class Program
  16.     {
  17.         static void Main(string[] args)
  18.         {
  19.         }
  20.     }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement