Develop a system for deploying coding challenges that can be completed along side the Lessons.
An optimal solution would:
- Create the a system that is independent of the 'sys' -- most likely utilizing GitHub Pages.
- Leverage the existing lesson infrastructure.
An additional method of testing for a passing solution, beyond testing standard output, would be to use ltrace and strace.
ltrace - to trace library calls
strace - to trace system calls
Develop a system for deploying coding challenges that can be completed along side the Lessons.
An optimal solution would:
An additional method of testing for a passing solution, beyond testing standard output, would be to use ltrace and strace.
ltrace - to trace library calls
strace - to trace system calls