sunteja / SDP-Alien-language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This code is the solution to solve the following question This is an image

Steps for running different versions of code

  • Fork and clone the code into your system.
  • Once you got this repository into your system, the following command with the version number of the code you want to run will generate an executable file for that version. For the alien.cpp file, the version number is 1 and for the others 2 and 3.
make v<version number>
  • For example, if you want to compile the file, alienv2.cpp then, you have to run the command
make v2

About


Languages

Language:C++ 97.2%Language:Makefile 2.8%