Quellcode durchsuchen

README-en.md edited online with Bitbucket

Sara Beatriz Schwarz Iglesias vor 7 Jahren
Ursprung
Commit
c1cceca1f4
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4
    4
      README-en.md

+ 4
- 4
README-en.md Datei anzeigen

@@ -1,10 +1,10 @@
1 1
 # Testing and Unit Testing
2 2
 
3
-![](http://demo05.cloudimage.io/s/resize/215/i.imgur.com/D0laI5r.png)
4
-![](http://demo05.cloudimage.io/s/resize/215/i.imgur.com/ggDZ3TQ.png)
5
-![](http://demo05.cloudimage.io/s/resize/215/i.imgur.com/V6xFo00.png)
3
+![main1.png](images/main1.png)
4
+![main2.png](images/main2.png)
5
+![main3.png](images/main3.png)
6
+
6 7
 
7
-[Verano 2016 - Ive - Coralys]
8 8
 
9 9
 As you have learned in previous laboratory experiences, getting a program to compile is only a minor part of programming. The compiler will tell you if there are any syntactical errors, but it isn't capable of detecting logical problems in your program. It's very important to test the program's functions to validate that they produce correct results.
10 10