diff options
Diffstat (limited to 'md/writeup')
| -rw-r--r-- | md/writeup/naive_fft_implementation_in_c.md | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/md/writeup/naive_fft_implementation_in_c.md b/md/writeup/naive_fft_implementation_in_c.md index a6ca9dc..6d7293e 100644 --- a/md/writeup/naive_fft_implementation_in_c.md +++ b/md/writeup/naive_fft_implementation_in_c.md @@ -201,6 +201,8 @@ res4 = fft(data4)  Source located in main branch of git repo +Browse source http://git.main.lv/cgit.cgi/NaiveFFT.git +  ```  git clone http://git.main.lv/cgit.cgi/NaiveFFT.git  git checkout main  | 
