Current section
Files
Jump to
Current section
Files
src/commands@run.erl
-module(commands@run).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]).
-define(FILEPATH, "src/commands/run.gleam").
-export([main/0]).
-file("src/commands/run.gleam", 1).
-spec main() -> nil.
main() ->
nil.