run: main.c
	.\a.exe
main.c:
	gcc .\src\main.c .\src\fib.c -lm
