Skip to content

Mines-CSCI410/project-6-autograder

Repository files navigation

Autograder For Project 6 Assembler

Submission Requirements

Setup

Each submitted project should contain a bash script named setup.sh that is responsible for building the executable.

Some languages, such as python, will not need to build anything, but should still contain an empty setup.sh file.

Executable

The executable should be named Assembler.

For interpreted languages, such as python, where your program cannot be built into an executable, use a bash script to call their program passing through any arguments.

Python Example:

#!/bin/bash

python3 Assembler.py $@

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages