ece312/main.c
2019-09-03 09:25:53 -06:00

6 lines
51 B
C

#include <avr/io.h>
int main() {
// do nothing
}