HN user

skytrias

66 karma
Posts1
Comments10
View on HN

if you really care about that so much you can create an alias procedure with a different name and use that throughout your package

import "core:fmt"

print :: fmt.println

// you can use print("test") now