index
:
CS2
main
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
com.example.portfolio2
/
module-info.java
blob: 1456b906852c4257c5c948e069663d627d95a945 (
plain
)
/// foo
module com
.
example
.
portfolio2
{
requires java
.
sql
;
exports com
.
example
.
portfolio2
;
}