Add files via upload

bulk data dump
This commit is contained in:
Jason Bou-Samra
2024-04-07 19:13:04 +10:00
committed by GitHub
commit 7ab5faae04
7 changed files with 20212 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
## build Histogram
## jbs - paragonsoft
## 06 Apr 2024 15:55
all: histo
histo: histogram.c
cc -o histo histogram.c -lm
clean:
rm histo