Commit 2de0e04b authored by Wichit Sombat's avatar Wichit Sombat

update readme

parent 2fa5333f
Pipeline #600 canceled with stages
# gradle-project
gradle-based project template for comsci ubu
\ No newline at end of file
gradle-based project template for comsci ubu
โครงงานตัวอย่างสำหรับพัฒนาโปรแกรมด้วยภาษาจาวา โดยใช้ gradle เป็น build tool
## การ run
* <i class="fa fa-windows"></i> Windows
```sh
.\gradlew.bat run --args="Hello World"
```
* <i class="fa fa-linux"></i> Linux
```sh
./gradlew run --args="Hello World"
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment