First post with code snippets
Tags: First post, TestThis post was posted on May 1st 2021.
Want to add code snippets?
#include <iostream>
int main()
{
std::cout<<"Well now you can!"<<std::endl;
}
Here’s the frontmatter for this page:
---
layout: post
usehighlight: true
tags: [First post, Test]
title: First post with code snippets
---
Back to top