Compare commits
2 Commits
642d1780b6
...
0525f346b4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0525f346b4 | ||
|
|
15da22bc16 |
12
command/fritiofcommand/fritiof.go
Normal file
12
command/fritiofcommand/fritiof.go
Normal file
@ -0,0 +1,12 @@
|
||||
package fritiofcommand
|
||||
|
||||
import (
|
||||
"bbash/environment"
|
||||
"bbash/input_parser"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func Fritiof(in input_parser.Input, _ *environment.Env) {
|
||||
fmt.Print("Sannolikheten för läkarlinjen är mycket hög!")
|
||||
// fritiof
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user