summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2021-08-25 09:32:00 +0100
committerFreeArtMan <dos21h@gmail.com>2021-08-25 09:32:00 +0100
commit6f60605d73bb79943b940f25c6e60fb30d7c1bb0 (patch)
treecbe7231d7bb06d40c594569d7f938e2553c8f0f7
parent6f5d2facf25fe75396f31b46bbf7e759845bacd2 (diff)
downloadmd-content-6f60605d73bb79943b940f25c6e60fb30d7c1bb0.tar.gz
md-content-6f60605d73bb79943b940f25c6e60fb30d7c1bb0.zip
Updated fft post with browse source link
-rw-r--r--md/writeup/naive_fft_implementation_in_c.md2
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