@program_id("6qEm4QUJGFvqKNJGjTrAEiFhbVBY4ashpBjDHEFvEUmW") contract Dog { function barks(string what) public pure { print(what); } }