Files
BMP180_Rpi/in_c/main.c
2017-07-02 14:49:33 +00:00

9 lines
76 B
C

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