dummy lib to publish STM Studio demo as component.
Revision 1:bdb3c6b013c1, committed 2016-03-14
- Comitter:
- wim
- Date:
- Mon Mar 14 20:56:17 2016 +0000
- Parent:
- 0:9e9585c65329
- Child:
- 2:d6f5bb1b19a2
- Commit message:
- Test2
Changed in this revision
| dummy.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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