Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tkshnwesper/assignment
- Owner: tkshnwesper
- Created: 2015-06-28T22:01:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-28T22:18:08.000Z (over 9 years ago)
- Last Synced: 2023-02-28T07:05:52.447Z (over 1 year ago)
- Language: C++
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]