diff --git a/static-code-go/static.go b/static-code-go/static.go index 97a243f5..2056dbba 100644 --- a/static-code-go/static.go +++ b/static-code-go/static.go @@ -12,5 +12,5 @@ func main() { // Generate a random number between 1000 and 9999 otp := rand.Int() // Print the generated OTP - fmt.Printf("Generated OTP: %d\n", otp) + fmt.Printf("Generated OTP: %d\n", otp } \ No newline at end of file