Presumably, your program will do something. Add your working code to the project
in place of Program.fs. In this case, our task is to draw spirograph curves on a
Window Canvas. This is accomplished using Spirograph.fs, below.
namespace Spirograph
// open System.Windows does not automatically o...