Update 注释.cpp

此处的注释没有加上注释符号
This commit is contained in:
Higgins995 2021-04-22 21:16:20 +08:00 committed by GitHub
parent ffa2f33886
commit a1a451f591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,16 @@
#include<iostream>
//一种条件编译指令注释
//另一种注释方法
//另一种注释方法
#if 0
asd
#endif
//打开注释
//条件编译指令
//打开注释
//条件编译指令
#if 1
asData
#endif