Go 패키지

Jmnote (토론 | 기여)님의 2020년 7월 18일 (토) 01:17 판

1 개요

Go 패키지 import 실습
package main

import (
	"fmt"
	"math/rand"
)

func main() {
	fmt.Println("My favorite number is", rand.Intn(10))
}

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}