Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 520 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 520 Bytes

homework01

C# homework 01, by LuYuan

change log

first edition (f55cc40), released in 18:18, March 3rd, 2019

  1. reset the background color to default (black), then reset the foreground to default (white), each step with a output "hello world"
  2. result screencut screen

second edition (ff32f8f) ,released in 18:21, March 3rd, 2019

  1. reset the color with method "System.Console.ResetColor"
  2. result screencut screen

summary

visual studio is hard to use