This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
rc2007-soccer/temp/avrTest/main.c

5 lines
39 B
C
Raw Permalink Normal View History

2007-02-10 20:58:05 +00:00
int main() {
int i = 1;
return i;
};