Created
September 1, 2021 04:07
-
-
Save KnightChaser/6d081f62da650a36d0b3e7d2aeac6de7 to your computer and use it in GitHub Desktop.
My first GitHub Gist
This file contains 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 GitHub Gist!\n"); | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wow, I just learned how to use GitHub Gist. Maybe I'll use this feature when I have to leave something simple as a note.
와, 방금 전 GitHub Gist란 기능을 처음 배웠어요. 아마도 저는 앞으로 메모로 간단한 무언가를 남길 때 이 기능을 사용할 것 같네요.