I\'ve deployed this very simple Contract:
contract Contract1 { function myfunction(uint param1) public returns (uint) { return param1+1; } }