Skip to content
Snippets Groups Projects
Commit 2c0ecd77 authored by Muhammad Raufu Miah's avatar Muhammad Raufu Miah
Browse files

Upload New File

parent 6d4985d7
No related branches found
No related tags found
No related merge requests found
public class Pair {
public final int first;
public final int second;
public Pair(int first, int second) {
this.first = first;
this.second = second;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment