Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Add hello
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Sep 27, 2023
1 parent 92be418 commit f118177
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ fun startSDK(analytics: Analytics): SDKHandle {
appAnalytics = analyticsHandle.appAnalytics,
breedAnalytics = analyticsHandle.breedAnalytics
)
}
}

fun sayHello() = "Hello from Kotlin!"

0 comments on commit f118177

Please sign in to comment.