Created
September 22, 2020 07:55
-
-
Save shemul/f97334447c5162a7280363e717c9713b to your computer and use it in GitHub Desktop.
mips.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
) | |
func main() { | |
fmt.Println("hello from the router") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment