Hostname: Difference between revisions

114 bytes added ,  6 years ago
no edit summary
(Add BaCon)
No edit summary
Line 266:
Print "Press any key to quit"
Sleep</lang>
 
=={{header|Gambas}}==
<lang gambas>Public Sub Main()
 
Print System.Host
 
End</lang>
Output:
<pre>
charlie
</pre>
 
=={{header|Go}}==
Anonymous user