Browse Source

master branch

testline
parent
commit
5e450984ca
  1. BIN
      .vs/test(1st chapter)/DesignTimeBuild/.dtbcache
  2. BIN
      .vs/test(1st chapter)/v15/.suo
  3. BIN
      .vs/test(1st chapter)/v15/Server/sqlite3/storage.ide-shm
  4. BIN
      .vs/test(1st chapter)/v15/Server/sqlite3/storage.ide-wal
  5. 2
      test(1st chapter)/Program.cs

BIN
.vs/test(1st chapter)/DesignTimeBuild/.dtbcache

Binary file not shown.

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

Binary file not shown.

BIN
.vs/test(1st chapter)/v15/Server/sqlite3/storage.ide-shm

Binary file not shown.

BIN
.vs/test(1st chapter)/v15/Server/sqlite3/storage.ide-wal

Binary file not shown.

2
test(1st chapter)/Program.cs

@ -261,7 +261,7 @@ namespace test_1st_chapter_
float ff3 = -0.0f;
float ff4 = -1.0f;
WriteLine("{0} {1} {2} {3}\n{4}", ff1 / ff2, ff1 / ff3, ff4 / ff2, ff4 / ff3, ff2 / ff2);
WriteLine("hello");
WriteLine("hello new world 2");
ReadKey();
}

Loading…
Cancel
Save