Add tests on docker.#Dockerfile

Signed-off-by: Vasek - Tom C <tom.chauveau@epitech.eu>
This commit is contained in:
Vasek - Tom C
2022-01-28 14:53:06 +01:00
parent 562678779e
commit c90be8423e
5 changed files with 100 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Printf("hello world")
}