Minor changes

This commit is contained in:
Loic Guegan 2023-07-15 19:31:17 +02:00
parent b63811848f
commit 831c3999b4
6 changed files with 22 additions and 23 deletions

View file

@ -1,6 +1,3 @@
// Weather update client
// Connects SUB socket to tcp://localhost:5556
// Collects weather updates and finds avg temp in zipcode
#include <zmq.h>
#include <assert.h>
#include <time.h>