All public logs
Combined display of all available logs of ElixirBlocks. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:24, 17 July 2024 Admin talk contribs deleted page Create Mix Application Entry Function (content was: "In Mix.ex <source> # Run "mix help compile.app" to learn about applications. def application do [ mod: {App, []}, # New Code. Set Module that contains that will contain start function extra_applications: [:logger] ] end </source> App.ex <source> defmodule App do use Application def start(_type, _args) do #Start code IO.inspect "App starte...", and the only contributor was "Admin" (talk))