Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 381 Bytes

File metadata and controls

29 lines (19 loc) · 381 Bytes
title My awesome title
author Firstname lastname
date 2026-01-07

Introduction

This is text, bold text, italic text, and inline code.

  • Item one
  • Two
  • Three

A link to SSE.

#include <iostream>

int main(int argc, char *argv[])
{
  std::cout << "Hello World!" << std::endl;
  return 0;
}