diff --git a/README.md b/README.md index eaa77ea..d1f4861 100644 --- a/README.md +++ b/README.md @@ -186,3 +186,34 @@ Baseline: If you are asking for actual *formatting features*, you will need to a No. The whole format string is preprocessed at compile time, this is guaranteed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/flake.lock b/flake.lock index 59181ff..277ce6e 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1777678872, - "narHash": "sha256-EPIFsulyon7Z1vLQq5Fk64GR8L7cQsT+IPhcsukVbgk=", + "lastModified": 1778716662, + "narHash": "sha256-m1Yf0wZ8j1OHjTc2UwHwyQRSnNeSgLJOd7q5Y45hzi4=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "5250617bffd85403b14dbf43c3870e7f255d2c16", + "rev": "f7c1a2d347e4c52d5fb8d10cb4d94b5884e546fb", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1777578337, - "narHash": "sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM+Z4=", + "lastModified": 1778443072, + "narHash": "sha256-zi7/fsqM/kFdNuED//4WOCUtezGtKKqRNORjMvfwjnA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "15f4ee454b1dce334612fa6843b3e05cf546efab", + "rev": "da5ad661ba4e5ef59ba743f0d112cbc30e474f32", "type": "github" }, "original": { diff --git a/include/pprintpp/charlist.hpp b/include/pprintpp/charlist.hpp index ae8cd74..6bba149 100644 --- a/include/pprintpp/charlist.hpp +++ b/include/pprintpp/charlist.hpp @@ -1,4 +1,10 @@ /* + * + * + * + * + * + * * MIT License * * Copyright (c) 2016 Jacek Galowicz @@ -79,3 +85,8 @@ template struct tl_to_varlist { }; } // namespace charlist +// lol +// lol +// lol +// lol +// lol diff --git a/touch.sh b/touch.sh new file mode 100755 index 0000000..81cf05c --- /dev/null +++ b/touch.sh @@ -0,0 +1,9 @@ +set -euo pipefail + +echo "" >>README.md +git add . +git commit -m "lol" + +for forge in $(git remote); do + git push "$forge" +done