Advertisement
Nasty

test.java

Mar 27th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. public class test {
  2.  
  3.     public static void main(String[] args) {
  4.         int a = 1;
  5.         int b = 2;
  6.         int c = a + b;
  7.         System.out.print(c);
  8.         System.out.print("hola");
  9.     }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement