Hello World

Programming/Algorithm

[30 Days of Code] 0: Hello, World

Objective In this challenge, we review some basic concepts that will get you started with this series. You will need to use the same (or similar) syntax to read input and write output in challenges throughout HackerRank. Check out the Tutorial tab for learning materials and an instructional video! Task To complete this challenge, you must save a line of input from stdin to a variable, print Hell..

Programming/Go

[Go] Hello World

[ helloworld.go ] package main import "fmt" func main() { fmt.Println("Hello Wolrd") } 다음과 같이 실행시켜준다. go run hellowolrd.go 이후 다음과 같이 콘솔 창에 Hello Wolrd가 출력되는 것을 확인할 수 있다.

JohnMark
'Hello World' 태그의 글 목록