ulpc / MWZ-1

제 1회 언더싸롱배 망월장
http://undersalon.com
5 stars 1 forks source link

me4D #17

Open bohyunjung opened 6 years ago

bohyunjung commented 6 years ago
package main

import (
    "fmt"
)

type Point float64
type _3D [][][]Point

func main() {
    me3D := _3D{}
    me4D := []_3D{me3D}
    fmt.Printf("%v", len(me4D))
    // 1
}

by ff4f01

영원의 관점에서 바라본 나는 납작해