Trying out hugo

This post serves no purpose other than giving my first steps with hugo

Hello hugo in python

def main():
    print("hello hugo")

if __name__ == '__main__':
    main()

Hello hugo in C

#include <stdio.h>

int main(int argc, char* argv[]) {
    printf("hello hugo");
}

Some other random markdown

quote

What I cannot create, I do not understand

Richard Feynman

ordered list

  1. A list
  2. of multiple
  3. things