Skip to content
View trindadedev13's full-sized avatar

Organizations

@Robok-Engine @AmixLang

Block or report trindadedev13

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
trindadedev13/README.md

Typing SVG

struct project {
  char* name;
  char* desc;
};

#define MAX 10

struct dev {
  char* name;
  char* langs[MAX];
  struct project projects[MAX];
};

int main() {
  struct dev aquiles = {
      .name = "Aquiles Trindade",
      .langs = {
        "C", "C++", "Crystal",
        "Rust", "Ruby",
        "Java", "Kotlin"
      },
      .projects = {
        {"Meth", "Tiny Compiled Programming Language"}
      }
  };
  return 0;
}

Pinned Loading

  1. hate2d hate2d Public

    A Tiny Ruby Game Framework inspired by LÖVE 2D

    C 9 2

  2. kcstd kcstd Public

    Tiny LibC Implementation for Linux.

    C 6

  3. Meth Meth Public

    Tiny Programming Language for learning purpose.

    Crystal 4 3

  4. Sketchware-Pro/Sketchware-Pro Sketchware-Pro/Sketchware-Pro Public

    Sketchware Pro's sources in Java. Now anyone can contribute to Sketchware Pro.

    Java 1.3k 467