Revision 6c1ea921ee4a06a6b50c742ca540bb9b5e51aee2 authored by Thom Wiggers on 30 July 2021, 07:34:48 UTC, committed by GitHub on 30 July 2021, 07:34:48 UTC
Remove non-ASCII characters from Falcon comments

why can't we have nice things.
2 parent s 819f906 + febf78a
Raw File
.gitignore
bin/

*.o
*.a
*.so
*~

# Object and library files on Windows
*.lib
*.obj

__pycache__
testcases/
back to top