mirror of
https://github.com/Lore09/Tesi-Magistrale.git
synced 2025-12-19 12:24:31 +00:00
Rpc in go
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user