Martin's Stuff
This page is an example of what can be done with a simple editor and a lot of time.
Areas of interest:
- Understanding Financial Markets
- Algorithm Design and Optimization
- Efficient Algorithm Implementation
#include <stdio.h> int main() { printf("hello world\n"); return 0; }