Files
RN-Praxis3/praxis3/zmq_distributor.c
T
2025-01-27 21:02:39 +01:00

7 lines
65 B
C

#include <stdio.h>
int main() {
printf("Hello, World!\n");
}