Skip to content

Commit f880cf5

Browse files
Adds hello_world function
1 parent 846e5ad commit f880cf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/libraries/udf.py

+3
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ def cal_distance(lat1,lon1,lat2,lon2):
1212
# process_supply_day + duration + recovery_weeks * 7 (days)
1313
def cal_lead_time(i,j,k):
1414
return i + j + k
15+
16+
def hello_world():
17+
return "Hello World!"

0 commit comments

Comments
 (0)