[PD1] Innitial commit

This commit is contained in:
Afonso Franco 2024-04-16 09:02:23 +01:00
parent 287ae0e466
commit c0e19b5774
Signed by: afonso
SSH key fingerprint: SHA256:aiLbdlPwXKJS5wMnghdtod0SPy8imZjlVvCyUX9DJNk
10 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1 @@
package server

View file

@ -0,0 +1,17 @@
package server
import (
_ "PD1/utils/networking"
_ "PD1/utils/crypto"
)
const (
a = iota
b
c
d
e
)
func main() {
}