Template:hc

From IM Wiki
Revision as of 03:24, 14 July 2024 by Array in a Matrix (talk | contribs) (1 revision imported: Import original IM Wiki )
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This page is a template. Please do not experiment with this template; you could ruin all pages using this template.

Block code with header.

Usage[edit source]

  • 1 or head: the code in the top pane
  • 2 or output: the code in the bottom pane
{{hc|main.h|#include <stdio.h>}}
{{hc|head=main.h|output=#include <stdio.h>}}

Example[edit source]

main.h
#include <stdio.h>