init steam api lib

This commit is contained in:
2025-09-21 14:58:50 +02:00
parent 40dc3247ef
commit f7c3692fce
8 changed files with 99 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
defmodule SteamApiTest do
use ExUnit.Case
doctest SteamApi
test "greets the world" do
assert SteamApi.hello() == :world
end
end
+1
View File
@@ -0,0 +1 @@
ExUnit.start()