Skip to content

Commit

Permalink
Add missing languages
Browse files Browse the repository at this point in the history
  • Loading branch information
mraron committed May 2, 2024
1 parent 885e4ef commit f991f95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions internal/judge/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ import (
"net/http"
"time"

_ "github.com/mraron/njudge/pkg/language/langs/csharp"
_ "github.com/mraron/njudge/pkg/language/langs/golang"
_ "github.com/mraron/njudge/pkg/language/langs/java"
_ "github.com/mraron/njudge/pkg/language/langs/julia"
_ "github.com/mraron/njudge/pkg/language/langs/pascal"
_ "github.com/mraron/njudge/pkg/language/langs/pypy3"
_ "github.com/mraron/njudge/pkg/language/langs/python3"
_ "github.com/mraron/njudge/pkg/language/langs/zip"
)

type Submission struct {
Expand Down

0 comments on commit f991f95

Please sign in to comment.