Pārlūkot izejas kodu

README-en.md edited online with Bitbucket

Rafael Arce Nazario 9 gadus atpakaļ
vecāks
revīzija
73cab1d268
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md Parādīt failu

142
 
142
 
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
     QApplication a(argc, argv);
146
     QApplication a(argc, argv);
147
     XYPlotWindow wLine;
147
     XYPlotWindow wLine;
148
     XYPlotWindow wCircle;
148
     XYPlotWindow wCircle;