Advertisement
Guest User

Untitled

a guest
Jan 26th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. using System;
  2. using MyProjectLibrary;
  3.  
  4.  
  5. namespace MyTestProg{
  6.     class Program{
  7.    
  8.        
  9.        
  10.         static void Main(string[] args){
  11.             int i=2;
  12.             i = Class1.OnePlus(i);
  13.             Console.WriteLine("Hello world! {0}",i);
  14.         }
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement