Template:Hc: Difference between revisions

From Dev Wiki
Jump to navigation Jump to search
(Create page)
(No difference)

Revision as of 13:50, 6 May 2020

Template:Template

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>