Commit 0c843ab7 by kmicha

Upload New File

parent d78e0f2c
Showing with 9 additions and 0 deletions
#include <stdio.h>
#include <emscripten.h>
EMSCRIPTEN_KEEPALIVE double kuluvAeg(double vahemaa, double kiirus){
double aeg;
aeg = vahemaa / kiirus;
return aeg;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment