First Commit

Author: at

This is H2

Hello, from fist commit

  • A list
  • in markdown
  • hopefully
   def test(foo: str) -> bool {
       if foo === 'foo':
           return True
       else:
           return False
   }