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.
Dependencies: mbed
Revision 3:d83be10beb40, committed 2014-10-02
- Comitter:
- KyleSchaff
- Date:
- Thu Oct 02 17:47:06 2014 +0000
- Parent:
- 2:1040f42483d2
- Commit message:
- sdgasdgagfasd
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Oct 02 17:46:07 2014 +0000
+++ b/main.cpp Thu Oct 02 17:47:06 2014 +0000
@@ -16,6 +16,7 @@
printf("I worked = %d\n\r", hours);
printf("My hourly rate is = $ %f\n\r", pay_rate);
printf("I earned = $ %f\n\r", gross_pay);
+ printf("yourmom");
}
}