initial commit

This commit is contained in:
root
2024-06-03 16:43:53 +03:00
commit 21e3fd0797
1535 changed files with 60499 additions and 0 deletions

14
yash/html/test.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
include('functions.php');
$lat=28.4950;
$long=77.1031;
$latA=28.5737;
$latB=77.0710;
echo haversine($lat,$long,$latA,$latB);
?>