浏览代码

README-en.md edited online with Bitbucket

Sara Beatriz Schwarz Iglesias 7 年前
父节点
当前提交
c1cceca1f4
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      README-en.md

+ 4
- 4
README-en.md 查看文件

@@ -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