Skip to content
View Baelfire18's full-sized avatar
🔥
🔥

Organizations

@IIC1103 @open-source-uc

Block or report Baelfire18

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. read-dotenv-files read-dotenv-files Public

    This repository contains small scripts as well as instructions to read .env files in several languages.

    Shell 29 2

  2. Data-Structures-And-Algorithms Data-Structures-And-Algorithms Public

    Data Structures and Algorithms course (IIC2133-PUC)

    C 4 1

  3. snail_print snail_print Public

    A library that contains a print funtion that slowly shows the output in console in real time

    Python 3

  4. template-taller-git template-taller-git Public template

    Python 2

  5. tupper-formula-plot-thyself tupper-formula-plot-thyself Public

    Vue 1

  6. Fizz Buzz My Answer Fizz Buzz My Answer
    1
    fizz_buzz = {3: "Fizz", 5: "Buzz"}
    2
    
                  
    3
    for i in range(1, 101):
    4
        output = ""
    5
        for n in fizz_buzz: