Skip to content

Instantly share code, notes, and snippets.

View sketchedgrey's full-sized avatar
🌩️
Programming...

sketchedgrey sketchedgrey

🌩️
Programming...
View GitHub Profile
// Raul dies if someone ceases to think about him. Don't let Raul die.
// Compile as "Windows Application" in Visual Studio to create a leightweight process that always thinks about Raul.
namespace Raul
{
internal class Program
{
public static string raul = "Raul";
static void Main(string[] args)
{