Skip to content
View ogjojo's full-sized avatar
👨‍💻
customizing neovim
👨‍💻
customizing neovim
Block or Report

Block or report ogjojo

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
ogjojo/README.md
#include <stdio.h>

void name(){
	printf("NAME\n");
	char name[] = "Jesse";
	char alias[] = "ogjojo";
	printf("Name : %s\nAlias : %s\n\n", name, alias);
}

void skills(){
	printf("SKILLS\n");
	char code[] = "Python (intermediate), Javascript (intermediate), C (noob)";
	char languages[] = "Swedish, Finnish, English";
	printf("Programming : %s\nLanguages : %s\n\n", code, languages);
}

void links(){
	printf("LINKS\n");
	char website[] = "www.whereistayuplate.com";
	printf("Website : %s\n\n", website);
}

int main(void){
	name();
	skills();
	links();
	return 0;
}
GIF

Popular repositories

  1. ogjojo.github.io ogjojo.github.io Public

    HTML

  2. config.nvim config.nvim Public

    Forked from nvim-lua/kickstart.nvim

    My neovim configuration forked from kickstart.nvim

    Lua

  3. ogjojo ogjojo Public

    Config files for my GitHub profile.