From bad9e8a80a0bc3b539337f7ecc4ecded3ce6d080 Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Sat, 28 Sep 2024 10:19:41 +1000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c2741a9..c408a28 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ ## Compilation type `make` or `cc -o histo histogram.c -lm` on the command line +## Screenshot +![Histogram-C-version]()https://github.com/bou-samra/Histogram-C-version/blob/main/dist3.dat.png + ## Misc. * I have included both uniform and gaussian (normal) distribution data files. * Gnuplot or some equivelant application is required to graph the histogram data.