From 6f60605d73bb79943b940f25c6e60fb30d7c1bb0 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Wed, 25 Aug 2021 09:32:00 +0100 Subject: Updated fft post with browse source link --- md/writeup/naive_fft_implementation_in_c.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'md') 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 -- cgit v1.2.3