A direct port of Rigidity's node-clvm-lib.
var puzzleProgram = Program.FromSource("(q . \"hello world\")");
var result = puzzleProgram.Compile();
Console.WriteLine(result.Value);
Console.WriteLine(result.Cost);
chia and its logo are the registered trademark or trademark of Chia Network, Inc. in the United States and worldwide.