diff options
| author | n1c00o <git.n1c00o@gmail.com> | 2021-10-09 13:37:24 +0200 |
|---|---|---|
| committer | n1c00o <git.n1c00o@gmail.com> | 2021-10-09 13:37:24 +0200 |
| commit | 74ae1e903684c50587c61b3ccde06b77641b7a2c (patch) | |
| tree | fed8950f6228a8209ed61746b80c0c02a164a693 /free-the-bunny-workers/Solution.java | |
| parent | bba24ba988eb2dd12d16d598532ad8f869968b22 (diff) | |
free-the-bunny-workers
Diffstat (limited to 'free-the-bunny-workers/Solution.java')
| -rw-r--r-- | free-the-bunny-workers/Solution.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/free-the-bunny-workers/Solution.java b/free-the-bunny-workers/Solution.java new file mode 100644 index 0000000..9312107 --- /dev/null +++ b/free-the-bunny-workers/Solution.java @@ -0,0 +1,5 @@ +public class Solution { + public static int[][] (int num_buns, int num_required) { + // Your code here + } +} |
