Q# is Microsoft's take on creating their own quantum computing language. It has it's similaries with F# and uses curly braces in it's syntax. 

###### Some neat programs that have been run in Q# are: 
- this[ blog that shows how to simulate caffeine](https://devblogs.microsoft.com/qsharp/quantum-developer-tools-for-chemistry/) molecule (VQE)
- an interesting [quantum logic circuit puzzle ](https://devblogs.microsoft.com/qsharp/a-quantum-circuit-logical-puzzle/) 
	- great way to begin getting hands on in q# 
- simple [quantum algorithms](https://learn.microsoft.com/en-us/samples/microsoft/quantum/simple-quantum-algorithms/) in q#


---

Great books & other great resources: 
- Dr. Sarah Kaiser's  book -  
- Mi

---