Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gudge

Autotester for competitive programming problems written in Go

Usage:

The tests should be stored in the same directory as the solution with .txt file extension. In this example the two input test cases are 1 2, 2 3 with the expected outputs 3, 5 respectively.:

1 2



3



2 3



5

Check ./testcases/ for the full example.

To run the tests using <command> <solution>.

#!/bin/bash
gudge <command> <solution>

Example:

#!/bin/bash
gudge python3 solution.py
gudge go run solution.go

Installation, Build:

#!/bin/bash
cd ~/Projects
git clone git@github.com/TemaSaur/gudge.git
cd gudge
go build -o ~/bin

About

Autotester for competitive programming problems written in Go

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages