cs-education / sysbuild

A system programming learning environment in the browser
https://cs-education.github.io/sys/
Other
36 stars 35 forks source link

Code Challenges #164

Open coltonmercurio opened 8 years ago

coltonmercurio commented 8 years ago

Develop a system for deploying coding challenges that can be completed along side the Lessons.

An optimal solution would:

  1. Create the a system that is independent of the 'sys' -- most likely utilizing GitHub Pages.
  2. 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