Add files via upload

This commit is contained in:
vichub 2024-04-30 19:25:46 +02:00 committed by GitHub
parent 0e53a4799f
commit 8253c3153b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

23
frames/Hello_World.go Normal file
View 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`}