Skip to content
View JakubGrobelny's full-sized avatar
🤔
🤔
  • Vewd/Xperi
  • Wrocław, Poland

Organizations

@zoria-lang

Block or report JakubGrobelny

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 Loading

  1. aurox-lang Public

    Interpreter written for Prolog course.

    Prolog 10 1

  2. University Public

    Stuff from university

    C 10 6

  3. mario-clone Public

    [unfinished] 2D platformer written in Rust

    Rust 3

  4. brainfrick Public

    Optimizing compiler for brainfuck

    Haskell 2

  5. traceroute Public

    Simple traceroute.

    C 1 2

  6. CMakeLists.txt
    1
    cmake_minimum_required(VERSION 3.15)
    2
    
                  
    3
    project(program_name VERSION 0.0.1)
    4
    
                  
    5
    set(CMAKE_CXX_FLAGS "-Wall -Wextra -pedantic --std=c++17 -Og -fsanitize=address,undefined")