summaryrefslogtreecommitdiff
path: root/free-the-bunny-workers/Solution.java
blob: 931210736df873f8193df5f965567d332a8825c2 (plain)
1
2
3
4
5
public class Solution {
    public static int[][] (int num_buns, int num_required) {
        // Your code here
    }
}