aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Codepoint.vb
blob: e23f372d55a89e4e032693dbff5a0ce0674ced0e (plain) (blame)
1
2
3
4
5
Module Com_Codepoint
    Public Sub Codepoint()
        NewLine(Strings.ComputerInfo(2) & " Codepoint(s) available in your wallet")
    End Sub
End Module