Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tkshnwesper/assignment

Assignment coded in several languages
https://github.com/tkshnwesper/assignment

Last synced: 8 days ago
JSON representation

Assignment coded in several languages

Awesome Lists containing this project

README

        

# Assignment

How to run the programs:

[This applies for all] You can either build from source or run the prebuilt version.

C++:

1. g++ main.cpp Encrypt.cpp -o Assignment
2. ./Assignment [string] [key]

Java:

1. javac Encrypt/Main.java
2. javac Encrypt/Encrypt.java
3. java Encrypt.Main [string] [key]

C#:

1. mcs Assignment.cs
2. mono Assignment.exe [string] [key]