Is your feature request related to a problem? Please describe.
After using Leetcode for a while, an interesting improvement/feature to this would be making it be able to link multiple C files/headers so the user only needs to write a function instead of the whole program.
Describe the solution you'd like
The user only needs to write a function (e.g. a student submitting a file) and it will be linked to an unfinished file provided by the user (e.g. a teacher testing multiple student's solutions against his own).
Describe alternatives you've considered
None.
Additional context
In Leetcode the user doesn't have to care about implementation of the whole program, only one or a few functions. It would be nice to be able to do that here.
Is your feature request related to a problem? Please describe.
After using Leetcode for a while, an interesting improvement/feature to this would be making it be able to link multiple C files/headers so the user only needs to write a function instead of the whole program.
Describe the solution you'd like
The user only needs to write a function (e.g. a student submitting a file) and it will be linked to an unfinished file provided by the user (e.g. a teacher testing multiple student's solutions against his own).
Describe alternatives you've considered
None.
Additional context
In Leetcode the user doesn't have to care about implementation of the whole program, only one or a few functions. It would be nice to be able to do that here.