Skip to content

Instantly share code, notes, and snippets.

@ilyeshammadi
Created March 10, 2015 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilyeshammadi/54b4e52a021475514a5c to your computer and use it in GitHub Desktop.
Save ilyeshammadi/54b4e52a021475514a5c to your computer and use it in GitHub Desktop.
Voila bon courage Nis
package com.company;
public class Main {
public static void main(String[] args) {
// write your code here
Integer a = new Integer(5);
Integer c = new Integer(3);
int b = a + c;
System.out.println("b : " + b);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment