Generation

generate functionSat, 12 Nov 2022

get temperature in helsinki

int get_temperature() { return 15; } int main() { return get_temperature(); }

Want to kickstart your project?Use the new AI Studio to create your code