Skip to content

rhomeister/autograder-example-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Example autograder assignment

This is an example assignment compatible with the autograder project.

Calculator

For this assignment, you have to build a calculator that adds two numbers.

Input

The input consists of two lines, each containing one of the operands.

Output

Output the sum of the operands.

Example

Input:

4
8

Output:

12

More examples can be found in the testcases directory

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published