print("Helleo world!");

print("hf:", hf);

print("hf.mf:",hf.mf);
print("and now... ");
print("hf.mf.mifare",hf.mf.mifare);

hf.mf.nested("");

	
function foo()
 print("Hi I am the foo function!");
end