Skip to content
View vishvanathan-k's full-sized avatar
🎯
🎯
Block or Report

Block or report vishvanathan-k

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

Pinned

  1. BFI-linux BFI-linux Public

    A linux interpreter for BrainFuck

    C 1

  2. CMake file to build a Static C++ lib... CMake file to build a Static C++ library with debug and release mode configuration
    1
    cmake_minimum_required(VERSION 3.20)
    2
    project("{PROJECT NAME}" DESCRIPTION "{PROJECT DESCRIPTION}")
    3
    
                  
    4
    if (NOT CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
    5
        message(STATUS "This project has a top-level one called [${CMAKE_PROJECT_NAME}]")