Bläddra i källkod

README-en.md edited online with Bitbucket

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

+ 1
- 0
README-en.md Visa fil

@@ -143,6 +143,7 @@ To plot a curve that is described by parametric equations, we compute the $$x$$
143 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 145
     ```cpp   
146
+
146 147
     QApplication a(argc, argv);
147 148
     XYPlotWindow wLine;
148 149
     XYPlotWindow wCircle;