This website works better with JavaScript.
Explore
Help
Sign In
x
/
unicode-snowperson
Watch
1
Star
0
Fork
You've already forked unicode-snowperson
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53286f0eb7
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '53286f0eb7'
${ noResults }
unicode-snowperson
/
☃.go
13 lines
89 B
Raw
Normal View
History
Unescape
Escape
Yup.
11 years ago
package
main
Whatever nerds
11 years ago
import
(
"fmt"
)
Yup.
11 years ago
func
main
(
)
{
Why not
10 years ago
α
:=
"☃"
Yup.
11 years ago
for
{
Why not
10 years ago
fmt
.
Printf
(
α
)
Yup.
11 years ago
}
}