abstract contract c { constructor() { print("Hello, world!"); } }