8 lines
69 B
Plaintext
8 lines
69 B
Plaintext
{
|
|
int fred;
|
|
int jim;
|
|
fred= 5;
|
|
jim= 12;
|
|
print fred + jim;
|
|
}
|