• Prints a greeting message.

    Returns void

    import { printHello } from '@kitsuyui/hello'
    printHello() // => 'Hello, world!'