include buildmoment

This commit is contained in:
folkert van heusden 2022-03-21 20:26:42 +01:00
parent 5db4e70b6c
commit 7e9c21dee6

View file

@ -324,6 +324,8 @@ void setup() {
Serial.println(F("This PDP-11 emulator is called \"kek\" (reason for that is forgotten) and was written by Folkert van Heusden.")); Serial.println(F("This PDP-11 emulator is called \"kek\" (reason for that is forgotten) and was written by Folkert van Heusden."));
Serial.println(F("Build on: " __DATE__ " " __TIME__));
Serial.print(F("Size of int: ")); Serial.print(F("Size of int: "));
Serial.println(sizeof(int)); Serial.println(sizeof(int));