Skip to content
View GalaxyHaze's full-sized avatar

Block or report GalaxyHaze

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
GalaxyHaze/README.md

GalaxyHaze

#include <iostream>
#include <array>

int main(){
  std::String[2] pronouns= {"he", "him"};

  std::array<String,3> codeLanguageLearned;
  codeLanguageLearned[0] = ("C++");
  codeLanguageLearned[1] = ("C");
  codeLanguageLearned[2] = ("Java");

  std::uint16_t howManyWorksDone = 0;
  std::uint16_t yearsFromEndingSchool = 2;

  std::String workingNow = "Zith -  
  programming language";

  std::String whatAmI = "a random programmer
  lost in the forest";
  std::String whatILike = "void*, compiller
  goths, food";
}

Popular repositories Loading

  1. Zith Zith Public template

    Zith is a new system programming languages focused on expressiveness & readability

    C++ 8

  2. GalaxyHaze GalaxyHaze Public

    Config files for my GitHub profile.

    1

  3. Kalidous-Implementation Kalidous-Implementation Public archive

    C++ 1

  4. Lazy Lazy Public

    C++

  5. KineFlow-Engine KineFlow-Engine Public

    KineFlow - The most quick & simple game engine / framewotk for C++!

    C++

  6. homebrew-zith homebrew-zith Public

    A tap repo for homebrew package manager

    Ruby