contract DataSource {
uint public storeData;
function DataSource() {
}
function set(uint num) {
storeData = num;