Skip to content

Instantly share code, notes, and snippets.

@KnightChaser
Created September 1, 2021 04:07
Show Gist options
  • Save KnightChaser/6d081f62da650a36d0b3e7d2aeac6de7 to your computer and use it in GitHub Desktop.
Save KnightChaser/6d081f62da650a36d0b3e7d2aeac6de7 to your computer and use it in GitHub Desktop.
My first GitHub Gist
#include <stdio.h>
int main(void){
printf("Hello GitHub Gist!\n");
return 0;
}
@KnightChaser
Copy link
Author

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란 기능을 처음 배웠어요. 아마도 저는 앞으로 메모로 간단한 무언가를 남길 때 이 기능을 사용할 것 같네요.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment