https://github.com/tranphuquy19/csharppracticedut
https://github.com/tranphuquy19/csharppracticedut
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tranphuquy19/csharppracticedut
- Owner: tranphuquy19
- Created: 2020-09-02T11:36:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T03:20:05.000Z (over 4 years ago)
- Last Synced: 2025-01-13T02:14:14.876Z (4 months ago)
- Language: C#
- Size: 656 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bài tập môn .Net
Đề: [link](https://github.com/tranphuquy19/CSharpPracticeDUT/blob/master/README.pdf)
Tên: Trần Phú Quy
Lớp: 16TCLC3
MSSV: 102160258
## Run code online:
[link IDE online](https://repl.it/@tranphuquy19/CSharpPracticeDUT)
### Build code:
```bash
mcs -out:build/main.exe src/.cs # mono compiler
```### Run code:
```bash
mono build/main.exe
```