~azzar1/unity/add-show-desktop-key

1
2
3
4
5
6
7
8
9
10
11
12
# Sample solution, used to generate test output
input1 = raw_input()
input2 = file('input.txt').read()
input3 = foo

print input3

print input2

f = file('output.txt','w')
f.write(input1)
f.close()