Skip to content

Commit

Permalink
dummy: trigger error
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed May 12, 2024
1 parent 80246d8 commit b752a3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/go/positions.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
package main

import "fmt"

func Add(a, b int) int {
fmt.Println(
"kakakaka kok o ko okp oj iohi uh iouh iuh iuh oihiu oh uioh uioh iuoh iuh iu hiu hiuo hiou hiu hiu hiu ohi oulh iuhi uh ih uihiu u ji oajio joi io jio joi jio j ioj ioj iojio oi",
)
return a + b
}

0 comments on commit b752a3f

Please sign in to comment.