mirror of
https://git.wolves.top/wolves/leetcode.git
synced 2025-11-04 17:26:32 +08:00
init
This commit is contained in:
7
test/test1.c
Normal file
7
test/test1.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(){
|
||||
char* a= "I love China!";
|
||||
a = a+7;
|
||||
printf("%s\n",a);
|
||||
}
|
||||
Reference in New Issue
Block a user