Yesoda Sanka 7 лет назад
Родитель
Сommit
244fb56f05
2 измененных файлов: 14 добавлений и 14 удалений
  1. 13
    13
      .idea/workspace.xml
  2. 1
    1
      README.md

+ 13
- 13
.idea/workspace.xml Просмотреть файл

@@ -30,12 +30,12 @@
30 30
       </usages-collector>
31 31
       <usages-collector id="statistics.file.extensions.edit">
32 32
         <counts>
33
-          <entry key="md" value="27" />
33
+          <entry key="md" value="28" />
34 34
         </counts>
35 35
       </usages-collector>
36 36
       <usages-collector id="statistics.file.types.edit">
37 37
         <counts>
38
-          <entry key="Markdown" value="27" />
38
+          <entry key="Markdown" value="28" />
39 39
         </counts>
40 40
       </usages-collector>
41 41
     </session>
@@ -46,8 +46,8 @@
46 46
         <entry file="file://$PROJECT_DIR$/README.md">
47 47
           <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
48 48
             <state split_layout="FIRST">
49
-              <first_editor relative-caret-position="456">
50
-                <caret line="188" column="18" selection-start-line="188" selection-start-column="18" selection-end-line="188" selection-end-column="18" />
49
+              <first_editor relative-caret-position="252">
50
+                <caret line="24" column="1" selection-start-line="24" selection-start-column="1" selection-end-line="24" selection-end-column="1" />
51 51
               </first_editor>
52 52
               <second_editor />
53 53
             </state>
@@ -72,10 +72,10 @@
72 72
     <detection-done>true</detection-done>
73 73
     <sorting>DEFINITION_ORDER</sorting>
74 74
   </component>
75
-  <component name="ProjectFrameBounds" extendedState="6">
75
+  <component name="ProjectFrameBounds">
76 76
     <option name="y" value="23" />
77 77
     <option name="width" value="1280" />
78
-    <option name="height" value="709" />
78
+    <option name="height" value="714" />
79 79
   </component>
80 80
   <component name="ProjectView">
81 81
     <navigator proportions="" version="1">
@@ -127,25 +127,25 @@
127 127
       <option name="number" value="Default" />
128 128
       <option name="presentableId" value="Default" />
129 129
       <updated>1542387661288</updated>
130
-      <workItem from="1542387664541" duration="78000" />
130
+      <workItem from="1542387664541" duration="2604000" />
131 131
     </task>
132 132
     <servers />
133 133
   </component>
134 134
   <component name="TimeTrackingManager">
135
-    <option name="totallyTimeSpent" value="78000" />
135
+    <option name="totallyTimeSpent" value="2604000" />
136 136
   </component>
137 137
   <component name="ToolWindowManager">
138
-    <frame x="0" y="23" width="1280" height="714" extended-state="6" />
138
+    <frame x="0" y="23" width="1280" height="714" extended-state="0" />
139 139
     <editor active="true" />
140 140
     <layout>
141 141
       <window_info id="Favorites" side_tool="true" />
142 142
       <window_info id="Designer" />
143 143
       <window_info id="UI Designer" />
144 144
       <window_info id="Learn" />
145
-      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.24959612" />
145
+      <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.24959612" />
146 146
       <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
147 147
       <window_info anchor="bottom" id="Version Control" />
148
-      <window_info anchor="bottom" id="Terminal" />
148
+      <window_info anchor="bottom" id="Terminal" weight="0.32888147" />
149 149
       <window_info anchor="bottom" id="Event Log" side_tool="true" />
150 150
       <window_info anchor="bottom" id="Message" order="0" />
151 151
       <window_info anchor="bottom" id="Find" order="1" />
@@ -172,8 +172,8 @@
172 172
     <entry file="file://$PROJECT_DIR$/README.md">
173 173
       <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
174 174
         <state split_layout="FIRST">
175
-          <first_editor relative-caret-position="456">
176
-            <caret line="188" column="18" selection-start-line="188" selection-start-column="18" selection-end-line="188" selection-end-column="18" />
175
+          <first_editor relative-caret-position="252">
176
+            <caret line="24" column="1" selection-start-line="24" selection-start-column="1" selection-end-line="24" selection-end-column="1" />
177 177
           </first_editor>
178 178
           <second_editor />
179 179
         </state>

+ 1
- 1
README.md Просмотреть файл

@@ -22,7 +22,7 @@ The console (also referred to as the command line, terminal, or shell) is an ess
22 22
 
23 23
 - `head` - display the first lines of a file
24 24
 - `tail` - display the last lines of a file
25
-
25
+ 
26 26
 
27 27
 
28 28
 ## Unit Test