code-label test

begin code

we need code label !!!

1
print("hello labels")

new

=

1
2
3
4
5
6
7
#include <stdio.h>

int main()
{
printf("hello label\n");
return 0;
}

end code

link test