Here is the code:
term.clear()
term.setCursorPos(1,1)
print("Computer ID: " .. os.getComputerID())
print("Welcome back, <YourNameHere>!")
print("---------------------------------------------------")
So what this does is clear your screen, and set the cursor position at the top left corner. Then it prints your Computer ID which can be used for rednet purposes I believe. After that it prints a simple welcome message. Finally, it makes a line thing for looks so it looks nice. =P Thats pretty much it!












