Entries from 2019-10-16 to 1 day

[Golang]Memo

Installationgolang.org1. Download init.exe from this link and install it Getting Started - The Go Programming Language2. Code this in main.go package main import "fmt" func main() { fmt.Printf("hello, world\n") } 3. Type go build then ./[e…

[Rust]Memo

Installationdoc.rust-lang.org1. Download init.exe from this link and install it Install Rust - Rust Programming LanguageTips: You may need to install C++ from here Tool for Visual Studio 2019 - Build Tools for Visual Studio 2019 visualstud…