Requires quarto for the manpage creation and pandoc for the html conversion, if required.
6 lines
84 B
Python
6 lines
84 B
Python
def main():
|
|
print("Hello from resume!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|