Parent Tutorial:
Muktware Tutorial:
Arch Linux Installation Guide:
There are 2 choices:
| defmodule MyApp do | |
| use Application | |
| def start(_type, _args) do | |
| import Supervisor.Spec, warn: false | |
| children = [ | |
| Plug.Adapters.Cowboy.child_spec(:http, MyApp.Router, [], [ | |
| dispatch: dispatch | |
| ]) |
| package regex; | |
| import org.junit.Test; | |
| import java.util.HashMap; | |
| import java.util.List; | |
| import java.util.Map; | |
| import static regex.CronRegex.Field.*; | |
| import static java.util.Arrays.asList; |
Parent Tutorial:
Muktware Tutorial:
Arch Linux Installation Guide:
There are 2 choices: