Bläddra i källkod

README-en.md edited online with Bitbucket

Rafael Arce Nazario 8 år sedan
förälder
incheckning
73cab1d268
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md Visa fil

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;