Configured competitest for c#, fixes #6

This commit is contained in:
EsVagy42 2025-09-21 01:50:21 +02:00
parent a07935eb54
commit cef37f249d

View file

@ -21,6 +21,16 @@
]; ];
}; };
}; };
run_command = {
cs = {
exec = "dotnet";
args = [
"run"
"--project"
"$(ABSDIR)"
];
};
};
}; };
}; };
}; };