All public logs

From Coder Merlin

Combined display of all available logs of Coder Merlin. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:17, 24 January 2023 Chukwuemeka-tinashe talk contribs created page Hello World (Created page with "{{CodeExplorer |exerciseID=1 |height=400 |language=assembly |initialCode= .global _start .text _start: # write(1, message, 13) mov $1, %rax # system call 1 is write mov $1, %rdi # file handle 1 is stdout mov $message, %rsi # address of string to output mov $13, %rdx # number of bytes syscall # invoke operating system...")