Add files via upload
This commit is contained in:
parent
0e53a4799f
commit
8253c3153b
1 changed files with 23 additions and 0 deletions
23
frames/Hello_World.go
Normal file
23
frames/Hello_World.go
Normal file
|
@ -0,0 +1,23 @@
|
|||
package frames
|
||||
|
||||
var HelloWorld = DefaultFrameType(forrestFrames)
|
||||
|
||||
var HelloWorldFrames = []string{
|
||||
` H`,
|
||||
` He`,
|
||||
` Hel`,
|
||||
` Hell`,
|
||||
` Hello `,
|
||||
` Hello W`,
|
||||
` Hello Wo`,
|
||||
` Hello Wor`,
|
||||
` Hello Worl`,
|
||||
` Hello World`,
|
||||
` Hello Worl`,
|
||||
` Hello Wor`,
|
||||
` Hello Wo`,
|
||||
` Hello W`,
|
||||
` Hello `,
|
||||
` Hell`,
|
||||
` Hel`,
|
||||
` He`}
|
Loading…
Reference in a new issue