Skip to content

Instantly share code, notes, and snippets.

View sunyta2's full-sized avatar
🎯
Focusing

sunyta2

🎯
Focusing
View GitHub Profile
@sunyta2
sunyta2 / news5-28.txt
Last active August 27, 2019 09:38
test in g글로 입력을 해본다.
asdf
123
http://localhost:8080/
good test in Easy Drop
** 명령어
echo "# FOO" >> README2.md
git init
git add README2.md
git commit -m "first commit"
git remote add origin https://github.com/sunyta2/
git push -u origin master
입력한 내용을 연동하는 방법
- 연관된 노트의 링크를 연결해 두는 곳.
10
down vote
Suppose you run your program thus (using sh syntax):
myprog arg1 arg2 'arg 3'
If you declared your main as int main(int argc, char *argv[]), then (in most environments), your main() will be called as if like: