Fixed bug with plotting scatter plot.

This commit is contained in:
Ernie Pasveer
2026-07-13 17:08:17 -05:00
parent be522e48b9
commit 7d12064e84
6 changed files with 65 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
.PHONY: all
all: hello481
hello481: hello481.cpp
g++ -g -o hello481 hello481.cpp
.PHONY: clean
clean:
rm -f hello481 hello481.o