git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/project_dummy/hemlo_world.py
blob: 44f4fb9bb85dad006fd7e69558eeb17839a3f5a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env python3
"""Hello."""


def hemlo():
    """Hello!.

    Yeah, there's your fucking period, 's if an exclamation
    mark were not the end of a sentence!!1!eleven
    """
    return 'hemlo world (づ^•ω•^)づ'


if __name__ == '__main__':
    print(hemlo())