Welcome to your aquery extra credit homework.

1. Go to kx.com and download q for your machine.

2. Place it in the src subdirectory of this directory.

3. From src directory, make sure q executes.
Just type
q
on the command line and see that you get something that begins
with KDB....:

4. Still in src directory, type
./myrun homework

It should return:

`:ticks.csv
`.
`ticks
`ticks
ID   maxavgprice
----------------
1000 182.6667   
1001 172.3333   
1002 178.6667   
1003 168.3333   
+`ID`maxavgprice!(1000 1001 1002 1003i;182.6667 172.3333 178.6667 168.3333)


5. Now modify that file to do your homework and submit to the grader.
