Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Jun 12, 2022
0 parents commit 5625681
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode
8 changes: 8 additions & 0 deletions RADME.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# backend

2022 春ハッカソン チーム16 バックエンドリポジトリ

## Requirements

- Go
- Docker
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module hackathon-22-spring-16/backend

go 1.17
7 changes: 7 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import "fmt"

func main() {
fmt.Println("Hello, world!")
}

0 comments on commit 5625681

Please sign in to comment.