Skip to content

Igoranze/Emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz Project

Setup

  1. Clone the repository:

    git clone <repository_url>
    cd <repository_name>
  2. Create a virtual environment:

    python3 -m venv venv
  3. Activate the virtual environment:

    • On macOS and Linux:
      source venv/bin/activate
    • On Windows:
      .\venv\Scripts\activate
  4. Install the required dependencies:

    pip install -r requirements.txt

Running FizzBuzz

  1. Compile and run the FizzBuzz program:
    python compiler.py FIZZBUZZ.emoji

This will transpile the FIZZBUZZ.emoji file to Python code and execute it.

Install emo

sudo install-emo.sh

Run the program

emo FIZZBUZZ.emoji

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors