7 lines
53 B
Plaintext
7 lines
53 B
Plaintext
func<int> main()
|
|
{
|
|
int: res = 5 + 34
|
|
|
|
return res
|
|
}
|