Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sensuikan1973/competitive_programming_go_starter


https://github.com/sensuikan1973/competitive_programming_go_starter

docker go vscode

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# Go Starter For Competitive Programming

## Requirements

- Docker
- VSCode
- install [`Remote Development`](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)

## Usage

1. Open this repository with VSCode.
1. Click `Repoen in Container`.
image
1. You can develop inside the Container !

### Run
```sh
vscode ➜ /workspaces/competitive_programming_go_starter (main) $ go run main.go
3
aaaa
bbbb
cccc

line num: 3
string: aaaa
string: bbbb
string: cccc
```

### Debug
1. Run Go Program with Debugger.
image
1. You can input STDIN on Terminal Tab.

# Reference

- [VSCode | Developing inside a Container](https://code.visualstudio.com/docs/remote/containers)
- [Microsoft | Try Out Development Containers: Go](https://github.com/Microsoft/vscode-remote-try-go)