Skip to content

[FEATURE] Link C files together to build final program and run the tests #180

Description

@ArielMAJ

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions