6 lines
50 B
Go
6 lines
50 B
Go
|
package hypixel
|
||
|
|
||
|
func DoThing() int {
|
||
|
return 1
|
||
|
}
|