CraftyCode-stats ~ live
// Loading...
2+
2
100%
NL




🔒


💬



01//CraftyCode Software
02
03public class Developer {
04  string name   = "CraftyCode Software";
05  string location = "Netherlands";
06  bool   indie  = true;
07
08  string[] stack = {
09    "C#", ".NET", "WPF",
10    "XML", "JSON"
11  };
12
13  string Philosophy() =>
14    "Build what is needed.";
15}