Переглянути джерело

README-en.md edited online with Bitbucket

Rafael Arce Nazario 8 роки тому
джерело
коміт
d69c79bbd1
1 змінених файлів з 1 додано та 0 видалено
  1. 1
    0
      README-en.md

+ 1
- 0
README-en.md Переглянути файл

143
 3. The file `main.cpp` (in Sources) contains the function `main()` where you will be adding code. Open this file and study the code.
143
 3. The file `main.cpp` (in Sources) contains the function `main()` where you will be adding code. Open this file and study the code.
144
 
144
 
145
     ```cpp   
145
     ```cpp   
146
+
146
     QApplication a(argc, argv);
147
     QApplication a(argc, argv);
147
     XYPlotWindow wLine;
148
     XYPlotWindow wLine;
148
     XYPlotWindow wCircle;
149
     XYPlotWindow wCircle;