Skip to content

Instantly share code, notes, and snippets.

View gaguilera-tech's full-sized avatar

gaguilera-tech

View GitHub Profile
package codesignal;
/**
* Sum of two numbers
*/
public class Add {
public static int add(int num1, int num2){
return num1 + num2;
# Default ignored files
/shelf/
/workspace.xml
# Default ignored files
/shelf/
/workspace.xml