Browse Source

merged vimtool

master v1.4
parent
commit
672153e56e
  1. BIN
      .vs/test(1st chapter)/v15/_BACKUP_600.suo
  2. BIN
      .vs/test(1st chapter)/v15/_BASE_600.suo
  3. BIN
      .vs/test(1st chapter)/v15/_LOCAL_600.suo
  4. BIN
      .vs/test(1st chapter)/v15/_REMOTE_600.suo
  5. 6
      test(1st chapter)/Program.cs

BIN
.vs/test(1st chapter)/v15/_BACKUP_600.suo

Binary file not shown.

BIN
.vs/test(1st chapter)/v15/_BASE_600.suo

Binary file not shown.

BIN
.vs/test(1st chapter)/v15/_LOCAL_600.suo

Binary file not shown.

BIN
.vs/test(1st chapter)/v15/_REMOTE_600.suo

Binary file not shown.

6
test(1st chapter)/Program.cs

@ -261,8 +261,12 @@ namespace test_1st_chapter_
float ff3 = -0.0f; float ff3 = -0.0f;
float ff4 = -1.0f; float ff4 = -1.0f;
WriteLine("{0} {1} {2} {3}\n{4}", ff1 / ff2, ff1 / ff3, ff4 / ff2, ff4 / ff3, ff2 / ff2); WriteLine("{0} {1} {2} {3}\n{4}", ff1 / ff2, ff1 / ff3, ff4 / ff2, ff4 / ff3, ff2 / ff2);
WriteLine("line for master"); WriteLine("line for master");
WriteLine("line for master2"); WriteLine("line for master2");
WriteLine("test line fot t1");
WriteLine("test line2 fot t1");
ReadKey(); ReadKey();
} }
@ -326,4 +330,4 @@ namespace testfortest
public int dlina() => dlin; public int dlina() => dlin;
} }
} }

Loading…
Cancel
Save