N-body problem: Difference between revisions

Content added Content deleted
(Added Go)
m (→‎Textual or Console: Remove vanity tags)
Line 37: Line 37:
====Textual or Console====
====Textual or Console====
<lang C>
<lang C>
/*Abhishek Ghosh, 6th October 2017*/

#include<stdlib.h>
#include<stdlib.h>
#include<stdio.h>
#include<stdio.h>