Rpc in go

This commit is contained in:
2024-11-06 12:00:28 +01:00
parent eb16dd94da
commit 1c05b5597e
11 changed files with 419 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ float get_average_rand(float values[]){
}
@ModuleName("Tattitto")
@TaskCloud
@Libdeps("math.h")
@LibDeps("math.h")
int is_even(int number){
if(number%2==0)return 1;
else return 0;