Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
main.cpp@1:96610bc669ba, 2015-06-25 (annotated)
- Committer:
- JulienKern
- Date:
- Thu Jun 25 16:08:53 2015 +0000
- Revision:
- 1:96610bc669ba
- Parent:
- 0:177ddc387255
published
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
JulienKern | 0:177ddc387255 | 1 | #include <stdio.h> |
JulienKern | 0:177ddc387255 | 2 | |
JulienKern | 0:177ddc387255 | 3 | int main (void) |
JulienKern | 0:177ddc387255 | 4 | { |
JulienKern | 0:177ddc387255 | 5 | printf("Hello world!\r\n"); |
JulienKern | 0:177ddc387255 | 6 | return 1; |
JulienKern | 0:177ddc387255 | 7 | } |