Can we write our own packages in java, or do I need to put all code in a single ‘Main.java’ file? Will the tester be able to handle it?
Hey @ApurvR20, yes, you’re free to organize your code however you prefer.
The tester will be able to handle it, as long as everything compiles properly and follows standard Java conventions.
More on this here: Java - CodeCrafters
1 Like
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.