소스 검색

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