6 lines
107 B
Go
6 lines
107 B
Go
package forth
|
|
|
|
func Forth(input []string) ([]int, error) {
|
|
panic("Please implement the Forth function")
|
|
}
|