about summary refs log tree commit diff stats
path: root/subx/teensy/test1.c
diff options
context:
space:
mode:
Diffstat (limited to 'subx/teensy/test1.c')
-rw-r--r--subx/teensy/test1.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/subx/teensy/test1.c b/subx/teensy/test1.c
new file mode 100644
index 00000000..16a9e9b6
--- /dev/null
+++ b/subx/teensy/test1.c
@@ -0,0 +1,3 @@
+// https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html
+// gcc -Wall -s test1.c -o test1
+int main() { return 42; }