using System;
using System.Reflection;
public class Program
{
public static void Main()
Console.WriteLine(typeof(Program).Assembly.CodeBase);
}