Skip to content

Commit fbf0def

Browse files
committed
init
1 parent 88d3d50 commit fbf0def

File tree

11 files changed

+466868
-0
lines changed

11 files changed

+466868
-0
lines changed

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.idea
2+
pseudorandom-word-database
3+
.DS_STORE

Diff for: data/data.go

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package data
2+
3+
import (
4+
_ "embed"
5+
)
6+
7+
//go:embed words.txt
8+
var Words string

0 commit comments

Comments
 (0)