#include <stdio.h>
int main() {
const char* code[] = {"C#", "SQL", "Java", "JavaScript", "TypeScript", "React"};
const char* learning = "C, C++, PHP";
const char* workingOn = "Personal Projects";
const char* interests = "Game Development (Unity)";
const char* status = "Employed (taken)";
printf("Code: ");
for(int i = 0; i < 6; i++) {
printf("%s ", code[i]);
}
printf("\nLearning: %s\n", learning);
printf("Currently Working On: %s\n", workingOn);
printf("Interests: %s\n", interests);
return 0;
}
😳
Oh, hi there
Pinned Loading
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.