dummy lib to publish STM Studio demo as component.

Files at this revision

API Documentation at this revision

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