Created
July 23, 2021 11:37
-
-
Save esthicodes/2478610896b1418a4ef1eaa2efd5a964 to your computer and use it in GitHub Desktop.
hello.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
int main(void) { | |
printf("hello, world\n"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment