Template:Hc

From Dev Wiki
Revision as of 13:57, 6 May 2020 by Brodriguez (talk | contribs) (Update page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

General page acquired from from https://wiki.archlinux.org/index.php/Template:Hc

Description

Template for Block Code with Header.

Usage

  • 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

main.h
#include<stdio.h>