1
2
3
4
export let untitled_azureTurtle = async () => {
const data = 5 + 2;
return data;
};