Skip to content
View Adeniyii's full-sized avatar
🛠️
Building
🛠️
Building

Highlights

  • Pro
Block or Report

Block or report Adeniyii

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Adeniyii/README.md

teheehee

Pinned

  1. printf printf Public

    Recreation of the C standard library printf function.

    C 1

  2. monty monty Public

    An interpreter for Monty ByteCodes files.

    C

  3. Credit Card Check cs50 Credit Card Check cs50
    1
    // Applying Luhn's algorithm to validate credit cards
    2
    
                  
    3
    // Include c libraries
    4
    #include <stdio.h>
    5
    #include <cs50.h>
  4. cs50 runoff problem set 3 cs50 runoff problem set 3
    1
    #include <cs50.h>
    2
    #include <math.h>
    3
    #include <stdio.h>
    4
    #include <string.h>
    5
    
                  
  5. dotfiles dotfiles
    1
    let mapleader = " "
    2
    
                  
    3
    set history=1000
    4
    set number relativenumber
    5
    set idearefactormode=keep