about summary refs log tree commit diff stats
path: root/subx/teensy/test1.c
blob: 16a9e9b6d521dce1df48439561c18781f39b49b6 (plain) (blame)
1
2
3
// https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html
// gcc -Wall -s test1.c -o test1
int main() { return 42; }