summaryrefslogtreecommitdiffstats
path: root/temp/avrTest/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'temp/avrTest/main.c')
-rw-r--r--temp/avrTest/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/temp/avrTest/main.c b/temp/avrTest/main.c
new file mode 100644
index 0000000..5c5cfa4
--- /dev/null
+++ b/temp/avrTest/main.c
@@ -0,0 +1,4 @@
+int main() {
+ int i = 1;
+ return i;
+};