#include <iostream>
#include <array>
int main(){
std::String[2] pronouns= {"he", "him"};
std::array<String,4> codeLanguageLearned;
codeLanguageLearned[0] = ("C++");
codeLanguageLearned[1] = ("C");
codeLanguageLearned[2] = ("Java");
codeLanguageLearned[3] = ("Kalidous");
std::uint16_t howManyWorksDone = 0;
std::uint16_t yearsFromEndingSchool = 2;
std::String workingNow = "Kalidous";
std::String whatAmI = "a random programmer lost in the forest";
std::String whatILike = "void*";
}
Popular repositories Loading
-
Kalidous-Lang
Kalidous-Lang PublicKalidous-Lang is the official implementation of the open source Project Kalidous
C++ 1
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.