kalviumcommunity / compilerd

code judge
GNU General Public License v3.0
17 stars 319 forks source link

Feature add rust support #147

Closed psharishgithub closed 4 months ago

psharishgithub commented 4 months ago

Title: Add Rust language support

Description:

This pull request adds support for the Rust programming language to our project. The implementation includes test cases for basic functionality and standard input/output operations.

Changes made:

New test cases:

  1. "rust : hello world" - Tests basic Rust program execution
  2. "rust : print stdin" - Tests Rust's ability to read from standard input and output

These test cases follow the existing structure and format of other language test cases in the project.

Testing:

Dependencies: