sensuikan1973 / competitive_programming_go_starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Starter For Competitive Programming

Requirements

Usage

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

Run

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
  2. You can input STDIN on Terminal Tab.

Reference

About


Languages

Language:Go 52.4%Language:Dockerfile 47.6%