#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; }
View rene-roid's full-sized avatar
π³
Oh, hi there
Fernando rene-roid
π³
Oh, hi there
Organizations
@H-R-GamesPinned Loading
-
Multi-Rhythm-Game
Multi-Rhythm-Game PublicC#
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.