Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 528 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 528 Bytes

Translation App (TopCoder Submission)

This is a simple CLI application that translates text from lang1 to lang2 using the Google Translate API.

Features

  • Can be changed to translate text from any language to other Read More.

File Structure

├── Cargo.lock
├── Cargo.toml
├── README.md
├── src
    └── main.rs


37 directories, 757 files

Run the application

cargo build

and

cargo run