Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 186 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 186 Bytes

Wilson-Loops-C_version

Wilson Loop Exercise, written in C

compile with gcc

gcc -g m.C -lm

explanation of options:

-lm for math.h

-g for debugging purposes (when running Valgrind)