Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/dotnet-hello-world
https://github.com/zztkm/dotnet-hello-world
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zztkm/dotnet-hello-world
- Owner: zztkm
- Created: 2020-08-27T22:39:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T22:50:36.000Z (over 4 years ago)
- Last Synced: 2024-12-20T23:29:48.752Z (14 days ago)
- Language: C#
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .NET Hello World
[公式チュートリアル](https://docs.microsoft.com/ja-jp/dotnet/core/tutorials/with-visual-studio-code)
### Require
- [.NET Core](https://docs.microsoft.com/ja-jp/dotnet/core/install/)
### Start Project
Note: フォルダ名を`HelloWorld`に指定して clone します.
```sh
$ git clone https://github.com/zztkm/dotnet-hello-world.git HelloWorld
$ cd HelloWorld
$ dotnet run
```**memo**
- [.gitignore 参考](https://github.com/dotnet/core/blob/master/.gitignore)