chore: bootstrap p2

This commit is contained in:
leo 2023-01-28 19:00:52 +01:00
parent 28d166e8e3
commit cce04d56e3
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ
3 changed files with 9 additions and 0 deletions

3
p2/README.md Normal file
View File

@ -0,0 +1,3 @@
# p2
this is a Go subproject containing code for task no. 2.

3
p2/go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.dotya.ml/wanderer/ak9im/p2
go 1.19

3
p2/main.go Normal file
View File

@ -0,0 +1,3 @@
package main
func main() {}