diff options
Diffstat (limited to 'ShiftOS-TheRevival/Terminal Applications/Internal/Com_Codepoint.vb')
| -rw-r--r-- | ShiftOS-TheRevival/Terminal Applications/Internal/Com_Codepoint.vb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Codepoint.vb b/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Codepoint.vb new file mode 100644 index 0000000..e23f372 --- /dev/null +++ b/ShiftOS-TheRevival/Terminal Applications/Internal/Com_Codepoint.vb @@ -0,0 +1,5 @@ +Module Com_Codepoint + Public Sub Codepoint() + NewLine(Strings.ComputerInfo(2) & " Codepoint(s) available in your wallet") + End Sub +End Module |
