An open API service indexing awesome lists of open source software.

https://github.com/tranphuquy19/csharppracticedut


https://github.com/tranphuquy19/csharppracticedut

Last synced: 2 months ago
JSON representation

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
```