Veränderte Programmzeilen

Fork of mbed_test by Daniel K

Files at this revision

API Documentation at this revision

Comitter:
Klaus89
Date:
Tue May 27 15:16:19 2014 +0000
Parent:
2:17c036456999
Commit message:
Hallo;

Changed in this revision

Komfortblinker.c Show annotated file Show diff for this revision Revisions of this file
test.c Show annotated file Show diff for this revision Revisions of this file
test.cpp Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Komfortblinker.c	Tue May 27 15:16:19 2014 +0000
@@ -0,0 +1,1 @@
+Hallo
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test.c	Tue May 27 15:16:19 2014 +0000
@@ -0,0 +1,8 @@
+#include<stdio.h>
+
+int main()
+{
+    printf("Hello World\n");
+    printf("Hallo Daniel siehst du was ich hier Arbeite?")
+    return 0;
+}
\ No newline at end of file
--- a/test.cpp	Tue May 27 14:59:14 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-#include<stdio.h>
-
-int main()
-{
-    printf("Hello World\n");
-    printf("Hallo Daniel siehst du was ich hier Arbeite?")
-    return 0;
-}
\ No newline at end of file