# -*- coding: utf-8 -*- # anchor_sample_hello.py # ========================== # * Last update : 2019-03-12 if __name__ == "__main__": print("Hello, world!")