Files
notes_estom/Spring/Springboot/hello.c
2023-10-29 22:21:57 +08:00

8 lines
94 B
C

#include <stdio.h>
int main(int argc, char **argv){
int i = 10;
char *b = &i;
}