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

Organizations

@zoria-lang
Block or Report

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 aurox-lang Public

    Interpreter written for Prolog course.

    Prolog 9

  2. University University Public

    Stuff from university

    C 9 7

  3. mario-clone mario-clone Public

    [unfinished] 2D platformer written in Rust

    Rust 3

  4. brainfrick brainfrick Public

    Optimizing compiler for brainfuck

    Haskell 2

  5. traceroute traceroute Public

    Simple traceroute.

    C 1 1

  6. CMakeLists.txt 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")