Code Monkey home page Code Monkey logo

csf351-assignment1-starter's Introduction

CS F351 Theory of Computation Assignment 1 Template

General Instructions

  1. (Optional) Fork this repository to your GitHub account.
  2. Clone the repository to your local machine.

    Note: If you forked the repository, clone your fork. Otherwise clone the main repository.

  3. All your source code must be present in the src directory. Source code present in any other directory will not be considered or evaluated.
  4. Use templates/template.h and templates/templates.c as reference and create your own files in the src directory as required.
  5. You might want to use vscode and Makefile Tools extension with your project.
    • Open the project folder in vscode.
    • Set the build target as all and launch target to the default option.

Build Instructions

  1. Open a terminal.
  2. Change your directory to the directory containing the file Makefile.
  3. Optionally clean the project directory by running the following command:
make clean # Remove all build artifacts such as ./bin, ./lib, etc.
  1. Run the following command:
make # Compile your project and produce a ./bin/main executable file. 

Run Instructions:

./bin/main # Run the program

csf351-assignment1-starter's People

Contributors

adeecc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.