We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2953ac2 commit bce1192Copy full SHA for bce1192
1 file changed
CHANGELOG.md
@@ -0,0 +1,16 @@
1
+# Changelog
2
+
3
+## 0.1.0
4
5
+**Initial release of the `today` program.**
6
7
+### Added
8
9
+- Source code:
10
+ - `today.cpp` - Initial release of the `today` program
11
+- Build system:
12
+ - `Makefile` - Simple Make-based build system
13
+- Code formatting configuration:
14
+ - `.clang-format` for Clang Format
15
+- Editor tooling support:
16
+ - `compile_flags.txt` for `clangd`
0 commit comments