Algorithm
[C#] 프로젝트 생성하기
SweetDev
2021. 8. 4. 12:47
https://kamang-it.tistory.com/entry/Macvisual-studio-code-간단한-c프로젝트-만들기
[Mac][visual studio code] 간단한 c#프로젝트 만들기
visual studio code를 맥에서 실치하는 이유는 아마 대부분은 C#때문일 것이다. 물론 다른 언어도 할 수 있지만 다른 언어는 원래 좋은툴이 너무너무너무 많다. 게다가 엄밀히 말하면 visual studio code는
kamang-it.tistory.com
"dotnet new console" 했을 때
command not found: dotnet
이라고 나온다면, brew install dotnet 해주자!