7 lines
157 B
PHP
7 lines
157 B
PHP
|
<?php
|
||
|
$title = "Studying for My C++ Exam";
|
||
|
$description = "Interesting things I've found about C/C++.";
|
||
|
$created = "2016-11-15";
|
||
|
$updated = "2016-11-15";
|
||
|
?>
|