Advertisement
Evseev

Untitled

Apr 19th, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. package test;
  2.  
  3. public class Main{
  4.    
  5.     public static void main(String[] args){
  6.        
  7.         Test milti = new Test();
  8.        
  9.         int a = 10, b = 10;
  10.        
  11.         System.out.println(milti.het(a,b));
  12.        
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement