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.
Diff: dummy.cpp
- Revision:
- 1:bdb3c6b013c1
- Parent:
- 0:9e9585c65329
diff -r 9e9585c65329 -r bdb3c6b013c1 dummy.cpp
--- a/dummy.cpp Mon Mar 14 20:47:47 2016 +0000
+++ b/dummy.cpp Mon Mar 14 20:56:17 2016 +0000
@@ -0,0 +1,6 @@
+
+int dummy(){
+ int a=21;
+ a=a*a;
+ return a;
+}
\ No newline at end of file