Giter Site home page Giter Site logo

loke.rs's Introduction

loke.rs

Run yo damn assignment test cases

How 2 run yo?

lokers --executable .\main_3.exe --test-file ..\assignment_2\qn3_testcase.json

Output

✔️      Test no: 0 passed!
❌       Test no: 1 failed!
                Expect:+  98  *  -  81  71  +  /  61  -  51  41 37
                Actual:+  98  *  -  81  71  +  /  61  -  51  41  37
✔️      Test no: 2 passed!
✔️      Test no: 3 passed!
✔️      Test no: 4 passed!
✔️      Test no: 5 passed!
✔️      Test no: 6 passed!
✔️      Test no: 7 passed!
✔️      Test no: 8 passed!
✔️      Test no: 9 passed!

JSON format

[
    {
        "input": "99+(88-77)*(66/(55-44)+33)", 
        "expected": "+  99  *  -  88  77  +  /  66  -  55  44  33"
    },
    {
        "input": "123", 
        "expected": "123"
    }
]

How 2 build man?

You will need the rust compiler

cargo build --release

Got EXE to just download?

Yeah bruh

loke.rs's People

Contributors

zeon256 avatar

Watchers

 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.