Simple self-exercises for learning code interop of various programming languages.
Interop or interoperability is a mean to expose some code to code written in different language or platform thus making calling and code reuse possible. Typically a code interop is done between native code (unmanaged) and interpreted code (managed).