Currently, I have something like this:
\begin{minted}{csharp}
public static void Main (string[] args)
{
Console.WriteLine ("Hello World!");
}
\end{minted}
Where the source code is copy/pasted from a source file.
Is there any way to include the full file within the minted section?
That way, when my code changes, my PDF will automatically update.
