github gist를 test 해본다.
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 <iostream> | |
int main(void) { | |
std::cout << "hello world" << std::endl; | |
} |
저장 후 확인.
'개발 > git' 카테고리의 다른 글
git merge, rebase (0) | 2021.12.11 |
---|---|
github token으로 연동해서 command-line으로 push하기 (0) | 2021.10.25 |