italics bold
- this
- is
- an unordered
- list
- this
- is
- an ordered
- list
These | are | various | columns |
---|---|---|---|
1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 |
int main(int argc, char *argv[]) {
printf("Hello World!");
}
My files and solutions for AVR course at Brno University of Technology
CMIT