A dumb think I forgot
This commit is contained in:
parent
41a3762d36
commit
809893961f
1 changed files with 13 additions and 0 deletions
13
c/blocks-in-blocks/main.c
Normal file
13
c/blocks-in-blocks/main.c
Normal file
|
@ -0,0 +1,13 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
int main(void) {
|
||||
char *s = "prova prova";
|
||||
{
|
||||
printf("abc%s\n", s);
|
||||
}
|
||||
|
||||
puts("123");
|
||||
return 0;
|
||||
}
|
Loading…
Reference in a new issue