From 74ae1e903684c50587c61b3ccde06b77641b7a2c Mon Sep 17 00:00:00 2001 From: n1c00o Date: Sat, 9 Oct 2021 13:37:24 +0200 Subject: free-the-bunny-workers --- free-the-bunny-workers/Solution.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 free-the-bunny-workers/Solution.java (limited to 'free-the-bunny-workers/Solution.java') 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 + } +} -- cgit v1.2.3