Browse Source

Rename main files to consistent names

pull/533/head
Xavier Petit 4 years ago committed by xpetit
parent
commit
96e5fe43ab
  1. 0
      tests/go/solutions/pilot/main.go
  2. 0
      tests/go/solutions/printalphabet/main.go
  3. 0
      tests/go/solutions/printparams/main.go
  4. 0
      tests/go/solutions/printprogramname/main.go
  5. 0
      tests/go/solutions/printreversealphabet/main.go
  6. 0
      tests/go/solutions/raid2/main.go
  7. 0
      tests/go/solutions/revparams/main.go
  8. 0
      tests/go/solutions/sortparams/main.go

0
tests/go/solutions/pilot/pilot.go → tests/go/solutions/pilot/main.go

0
tests/go/solutions/printalphabet/printalphabet.go → tests/go/solutions/printalphabet/main.go

0
tests/go/solutions/printparams/printparams.go → tests/go/solutions/printparams/main.go

0
tests/go/solutions/printprogramname/programname.go → tests/go/solutions/printprogramname/main.go

0
tests/go/solutions/printreversealphabet/printreversealphabet.go → tests/go/solutions/printreversealphabet/main.go

0
tests/go/solutions/raid2/sudoku.go → tests/go/solutions/raid2/main.go

0
tests/go/solutions/revparams/revparams.go → tests/go/solutions/revparams/main.go

0
tests/go/solutions/sortparams/sortparams.go → tests/go/solutions/sortparams/main.go

Loading…
Cancel
Save