Skip to content

jhx0/jhx0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

34 Commits
Β 
Β 

Repository files navigation

πŸ‘‹

#include <stdio.h>
#include <stdlib.h>

#define NAME "jhx"
#define HOME "Earth"

int main(void) {
    (void)fprintf(stdout, 
                "Hello, my name is %s and I'm from %s!\n",
                NAME, HOME);

    return EXIT_SUCCESS;
}

and...

$ echo "Check out my projects and have fun!"

...last but not least:

$ python -c 'print("Stay Open!")'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors