-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
陈小羽 homework #47
base: master
Are you sure you want to change the base?
陈小羽 homework #47
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
先看到这里吧
practices/c/level0/C0/1.cpp
Outdated
@@ -0,0 +1,6 @@ | |||
//测试一下git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c语言作业,不能用cpp后缀,也不能用c++语法
practices/c/level0/C0/1.cpp
Outdated
//测试一下git | ||
#include <cstdio> | ||
int main(){ | ||
printf("Hello World I'm Chenxiaoyu\n"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
缩进也太多了吧
如果我本机上打2个tab比较和谐,交上来却显得有点缩进过度,怎么办啊 |
No description provided.