summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2023-04-30 22:14:34 -0600
committernavanchauhan <navanchauhan@gmail.com>2023-04-30 22:14:34 -0600
commit673c1abcb7509e478d0d1fdfd87cbf41f56a8423 (patch)
tree2a50423e7365ffb23ac6ad1803951a055c35a6aa /docs/index.html
parent50deebe7a599ad7caeed18d74b4be68e204fa396 (diff)
adding link to n-body sim
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index 88b458d..721afed 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -72,6 +72,19 @@
</ul>
+ <li><a href="/posts/2023-04-30-n-body-simulation.html">n-body solution generator</a></li>
+ <ul>
+ <li>My thoughts on writing in the 21st century.</li>
+ <li>Published On: 2023-03-17 13:57</li>
+ <li>Tags:
+
+ ramblings,
+
+ writing
+
+ </ul>
+
+
<li><a href="/posts/2023-02-08-Interact-with-siri-from-the-terminal.html">Interacting with Siri using the command line</a></li>
<ul>
<li>Code snippet to interact with Siri by issuing commands from the command-line.</li>