Files
BalrajSinghGidda 35854b289e init: java devshell
2026-02-09 14:54:03 +05:30

20 lines
175 B
Markdown

# Smart College Management System (Java devshell)
Enter the shell with:
```
nix develop
```
Build examples:
### Maven
```
mvn package
```
### Gradle
```
gradle build
```