NimProcessKiller.This project is a Nim program that allows you to terminate a specific process running on your Windows system by providing the process name. It uses the Windows Tool Help API to retrieve a list of running processes, checks for the specified process, and terminates it if found.